Skip to content

Commit

Permalink
moved enum in class
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Markwart committed Feb 1, 2022
1 parent 5faafaf commit c2e0fa8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified io/transpect/calabash/extensions/subversion/XSvnCheckout.class
Binary file not shown.
Binary file modified io/transpect/calabash/extensions/subversion/XSvnConnect.class
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
* Subversion repository. You need to instantiate the class with the
* corresponding Subversion URL, username and password.
*/
enum AuthType{PASSWORD, PRIVKEY};

public class XSvnConnect {

private enum AuthType{PASSWORD, PRIVKEY};
private AuthType authType;

private String url;
Expand Down

0 comments on commit c2e0fa8

Please sign in to comment.