Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / util / HbaseSaltPrefixer.java
index 95f9c1b..1708b8c 100644 (file)
@@ -27,7 +27,7 @@ package org.onap.aai.util;
  * as these keys are generated in a couple places, I made a class to contain that logic
  */
 public class HbaseSaltPrefixer {
-     // the number of hbase region servers per cluster
+    // the number of hbase region servers per cluster
     private static int NUM_REGION_BUCKETS = 3;
 
     private static class SingletonHolder {