You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/03/03 21:23:00 UTC

[08/20] isis git commit: minor grammar correction

minor grammar correction


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

Branch: refs/heads/ISIS-789
Commit: 27052183f88db1768e2da4e0450701b23a351634
Parents: 4a78b4f
Author: jdb6853 <jd...@hotmail.com>
Authored: Thu Jan 1 11:11:44 2015 -0600
Committer: jdb6853 <jd...@hotmail.com>
Committed: Thu Jan 1 11:11:44 2015 -0600

----------------------------------------------------------------------
 .../isis/core/runtime/system/persistence/PersistenceSession.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/27052183/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/PersistenceSession.java
----------------------------------------------------------------------
diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/PersistenceSession.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/PersistenceSession.java
index 8d4c1cb..b81e851 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/PersistenceSession.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/PersistenceSession.java
@@ -685,7 +685,7 @@ public class PersistenceSession implements SessionScopedComponent, DebuggableWit
 
     /**
      * Makes an {@link ObjectAdapter} persistent. The specified object should be
-     * stored away via this object store's persistence mechanism, and have an
+     * stored away via this object store's persistence mechanism, and have a
      * new and unique OID assigned to it. The object, should also be added to
      * the {@link org.apache.isis.core.runtime.persistence.adaptermanager.AdapterManagerDefault} as the object is implicitly 'in use'.
      *