File tree Expand file tree Collapse file tree
src/main/java/edu/tamu/app/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >edu.tamu</groupId >
77 <artifactId >status-system</artifactId >
8- <version >1.4.4 </version >
8+ <version >1.5.3-RC1 </version >
99
1010 <name >Library-Service-Status-System</name >
1111
1414 <parent >
1515 <groupId >edu.tamu.weaver</groupId >
1616 <artifactId >webservice-parent</artifactId >
17- <version >2.1.1-RC11 </version >
17+ <version >2.1.1-RC15 </version >
1818 </parent >
1919
2020 <properties >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protected String buildRoleHierarchy() {
4949 for (int i = 0 ; i <= roles .length - 2 ; i ++) {
5050 roleHeirarchy .append (roles [i ] + " > " + roles [i + 1 ]);
5151 if (i < roles .length - 2 ) {
52- roleHeirarchy .append (" " );
52+ roleHeirarchy .append ("\n " );
5353 }
5454 }
5555 return roleHeirarchy .toString ();
You can’t perform that action at this time.
0 commit comments