You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by mb...@apache.org on 2013/01/31 23:24:00 UTC

git commit: trivial javadoc

Updated Branches:
  refs/heads/master 0e5978fb7 -> 86657f816


trivial javadoc


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/86657f81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/86657f81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/86657f81

Branch: refs/heads/master
Commit: 86657f81632d05a738ad48357d81ccf67567ce31
Parents: 0e5978f
Author: mbenson <gu...@gmail.com>
Authored: Thu Jan 31 16:23:47 2013 -0600
Committer: mbenson <gu...@gmail.com>
Committed: Thu Jan 31 16:23:47 2013 -0600

----------------------------------------------------------------------
 .../core/util/context/ContextualStorage.java       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/86657f81/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/context/ContextualStorage.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/context/ContextualStorage.java b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/context/ContextualStorage.java
index 5b9b776..c511bfc 100644
--- a/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/context/ContextualStorage.java
+++ b/deltaspike/core/api/src/main/java/org/apache/deltaspike/core/util/context/ContextualStorage.java
@@ -77,7 +77,7 @@ public class ContextualStorage implements Serializable
     }
 
     /**
-     * Whether the ContextualStorage might get accessed concurrently by different threads
+     * @return whether the ContextualStorage might get accessed concurrently by different threads.
      */
     public boolean isConcurrent()
     {