Skip to content

Commit 4015b13

Browse files
committed
Clean Jersey 2.x method that is already implemented in 3.1
Signed-off-by: jansupol <[email protected]>
1 parent 6717bc1 commit 4015b13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,4 @@ public Set<Class<?>> getClasses() {
230230
public Set<Object> getInstances() {
231231
return null;
232232
}
233-
234-
// Jersey 2.x
235-
private boolean hasProperty(String name) {
236-
return getProperty(name) != null;
237-
}
238233
}

0 commit comments

Comments
 (0)