Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 1d00076

Browse files
fabriziocuccipavelbucek
authored andcommitted
Fix javadoc of ResourceConfig#addProperties
Minor typo (i.e. "...he values of existing properties...").
1 parent 4ecf20c commit 1d00076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ public ResourceConfig(final ResourceConfig original) {
386386
/**
387387
* Add properties to {@code ResourceConfig}.
388388
* <p/>
389-
* If any of the added properties exists already, he values of the existing
390-
* properties will be replaced with new values.
389+
* If any of the added properties exists already, old values of existing
390+
* properties will be replaced by new values.
391391
*
392392
* @param properties properties to add.
393393
* @return updated resource configuration instance.

0 commit comments

Comments
 (0)