Skip to content

Commit e7e315e

Browse files
committed
rm useless construction
Signed-off-by: Etienne Homer <[email protected]>
1 parent c82982e commit e7e315e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/gridsuite/useradmin/server/UserAdminException.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ public UserAdminException(Type type) {
2323
this.type = type;
2424
}
2525

26-
public UserAdminException(Type type, String msg) {
27-
super(msg);
28-
this.type = type;
29-
}
30-
3126
Type getType() {
3227
return type;
3328
}

0 commit comments

Comments
 (0)