Skip to content

Commit

Permalink
Initialized pathPrefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Aug 27, 2014
1 parent 9c8a2fa commit 4803443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/iron/ironmq/Cloud.java
Expand Up @@ -4,7 +4,7 @@ public class Cloud {
String scheme;
String host;
int port;
String pathPrefix;
String pathPrefix = "";

public static final Cloud ironAWSUSEast = new Cloud("https", "mq-aws-us-east-1.iron.io", 443);
public static final Cloud ironAWSEUWest = new Cloud("https", "mq-aws-eu-west-1.iron.io", 443);
Expand Down

0 comments on commit 4803443

Please sign in to comment.