Skip to content

Commit

Permalink
Merge pull request #24 from alfa-laboratory/refactoring_appium_server
Browse files Browse the repository at this point in the history
del mark AppiumServer as Component
  • Loading branch information
JasperJhons committed Oct 30, 2017
2 parents 3d02eb5 + 616e26c commit 4e18a5c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
import io.appium.java_client.service.local.AppiumServiceBuilder;
import io.appium.java_client.service.local.flags.GeneralServerFlag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;

@Component

public class AppiumServer {

@Autowired
Expand Down

0 comments on commit 4e18a5c

Please sign in to comment.