Skip to content

Commit

Permalink
fixed incorrectly coded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ogz00 committed Apr 22, 2015
1 parent 6cd257c commit c37102b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public class Main {
// Configuration
public static final String ADM_USERNAME = "administrator";
public static final String ADM_PASSWORD = "5ecr3t";
private static final String DEFAULT_ENDPOINT_URL = "http://localhost.:8080/midpoint/model/model-3";
private static final String DEFAULT_ENDPOINT_URL = "http://localhost:8080/midpoint/model/model-3";

// Object OIDs
private static final String ROLE_PIRATE_OID = "2de6a600-636f-11e4-9cc7-3c970e467874";
Expand Down

0 comments on commit c37102b

Please sign in to comment.