commit | 4015b13278a33a1c865d6c7ff46fc063b753c03c | [log] [tgz] |
---|---|---|
author | jansupol <jan.supol@oracle.com> | Tue Feb 22 19:17:45 2022 +0100 |
committer | jansupol <jan.supol@oracle.com> | Tue Feb 22 19:17:45 2022 +0100 |
tree | ea9d36f0c929c13b7aab187f8b54ce6a848c2975 | |
parent | 6717bc1eb7ffea98ba8b6ef0bd639726a918f6e5 [diff] |
Clean Jersey 2.x method that is already implemented in 3.1 Signed-off-by: jansupol <jan.supol@oracle.com>
diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java b/core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java index 13a4baf..6374f73 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModel.java
@@ -230,9 +230,4 @@ public Set<Object> getInstances() { return null; } - - // Jersey 2.x - private boolean hasProperty(String name) { - return getProperty(name) != null; - } } \ No newline at end of file