Repository: cayenne
Updated Branches:
  refs/heads/master 0327a1002 -> ea44dcad1


minor typos


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/ea44dcad
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/ea44dcad
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/ea44dcad

Branch: refs/heads/master
Commit: ea44dcad1ef97317ca4a866be2db44472c751ba5
Parents: 0327a10
Author: Andrus Adamchik <and...@objectstyle.com>
Authored: Fri Nov 10 20:48:59 2017 +0300
Committer: Andrus Adamchik <and...@objectstyle.com>
Committed: Fri Nov 10 20:49:06 2017 +0300

----------------------------------------------------------------------
 .../src/main/java/org/apache/cayenne/util/ReferenceMap.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/ea44dcad/cayenne-server/src/main/java/org/apache/cayenne/util/ReferenceMap.java
----------------------------------------------------------------------
diff --git 
a/cayenne-server/src/main/java/org/apache/cayenne/util/ReferenceMap.java 
b/cayenne-server/src/main/java/org/apache/cayenne/util/ReferenceMap.java
index 8e177f1..b311309 100644
--- a/cayenne-server/src/main/java/org/apache/cayenne/util/ReferenceMap.java
+++ b/cayenne-server/src/main/java/org/apache/cayenne/util/ReferenceMap.java
@@ -37,12 +37,12 @@ import java.util.Set;
 
 /**
  * Map that transparently stores values as references and resolves them as 
needed.
- * Though this implementation try to follow general {@link Map} contract 
(including equals() and hashCode())
+ * Though this implementation tries to follow general {@link Map} contract 
(including equals() and hashCode())
  * it is not intended for general usage.
  * <p>
  * There is no HardReferenceMap as simple HashMap can be used for that.
  * <p>
- * This map doesn't guaranties that value will be there even right after 
put(), as GC can remove it at any time.
+ * This map doesn't guarantee that value will be there even right after put(), 
as GC can remove it at any time.
  * <p>
  * This implementation supports proper serialization, concrete classes should 
use {@link #writeObjectInternal(ObjectOutputStream)}
  * and {@link #readObjectInternal(ObjectInputStream)} methods to support it 
too.

Reply via email to