You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/05/29 03:32:52 UTC

[5/9] accumulo git commit: ACCUMULO-3859 Fix typo in comment

ACCUMULO-3859 Fix typo in comment


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

Branch: refs/heads/1.7
Commit: 55a9c8a99207984e7ec14c2c0089be6a6cb30d88
Parents: f122beb
Author: Josh Elser <el...@apache.org>
Authored: Thu May 28 21:31:22 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu May 28 21:31:22 2015 -0400

----------------------------------------------------------------------
 .../apache/accumulo/server/conf/ServerConfigurationFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/55a9c8a9/server/base/src/main/java/org/apache/accumulo/server/conf/ServerConfigurationFactory.java
----------------------------------------------------------------------
diff --git a/server/base/src/main/java/org/apache/accumulo/server/conf/ServerConfigurationFactory.java b/server/base/src/main/java/org/apache/accumulo/server/conf/ServerConfigurationFactory.java
index 7981f3b..3caa728 100644
--- a/server/base/src/main/java/org/apache/accumulo/server/conf/ServerConfigurationFactory.java
+++ b/server/base/src/main/java/org/apache/accumulo/server/conf/ServerConfigurationFactory.java
@@ -151,7 +151,7 @@ public class ServerConfigurationFactory {
     // Can't hold the lock during the construction and validation of the config,
     // which would result in creating multiple objects for the same id.
     //
-    // ACCUMULO-3859 We _cannot_ all multiple instances to be created for a table. If the TableConfiguration
+    // ACCUMULO-3859 We _cannot_ allow multiple instances to be created for a table. If the TableConfiguration
     // instance a Tablet holds is not the same as the one cached here, any ConfigurationObservers that
     // Tablet sets will never see updates from ZooKeeper which means that things like constraints and
     // default visibility labels will never be updated in a Tablet until it is reloaded.