Skip to content

Commit 6f05fe0

Browse files
Merge pull request apereo#181 from Unicon/Tostring
Let ConfigurationKey toString() the name
2 parents 02544ee + a1f85b9 commit 6f05fe0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cas-client-core/src/main/java/org/jasig/cas/client/configuration/ConfigurationKey.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ public String getName() {
6060
public E getDefaultValue() {
6161
return this.defaultValue;
6262
}
63+
64+
@Override
65+
public String toString() {
66+
return getName();
67+
}
6368
}

0 commit comments

Comments
 (0)