Skip to content

Commit

Permalink
supdev 1ZpwVtiG - Add toString method to Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Dec 16, 2015
1 parent 127a99f commit 89f16b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/braintreegateway/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ public static String developmentPort() {
public String getEnvironmentName() {
return this.environmentName;
}

public String toString() {
return getEnvironmentName();
}
}

0 comments on commit 89f16b0

Please sign in to comment.