Skip to content
Snippets Groups Projects
Unverified Commit 37fe537b authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1844 from raman-bt/6013-create-cr-accounts

6013: Create accounts in central repo to support personas.
parents 8de7596e 1dd7ee8c
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ public static final class Type { ...@@ -99,7 +99,7 @@ public static final class Type {
* @param typeName The type name. * @param typeName The type name.
* @param displayName The display name for the type. * @param displayName The display name for the type.
*/ */
Type(String typeName, String displayName) { public Type(String typeName, String displayName) {
this.typeName = typeName; this.typeName = typeName;
this.displayName = displayName; this.displayName = displayName;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment