Skip to content

Commit 37d112c

Browse files
committed
Javadoc edit
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 9698f14 commit 37d112c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public interface PropertiesDelegate {
5454
* @return {@code true} if a property matching the given name exists, or
5555
* {@code false} otherwise.
5656
* @see #getProperty
57+
* @since 3.1.0
5758
*/
5859
public default boolean hasProperty(String name) {
5960
return getProperty(name) != null;

0 commit comments

Comments
 (0)