You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2017/12/22 05:38:51 UTC

[accumulo] branch master updated: ACCUMULO-4732 Fix formatting

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new b90a91d  ACCUMULO-4732 Fix formatting
b90a91d is described below

commit b90a91d0f6a3a00f6b826fc809930f5153fc847f
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Dec 22 00:38:41 2017 -0500

    ACCUMULO-4732 Fix formatting
---
 .../org/apache/accumulo/test/NewTableConfigurationIT.java  | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/NewTableConfigurationIT.java b/test/src/main/java/org/apache/accumulo/test/NewTableConfigurationIT.java
index 4ec42e3..e9a3fce 100644
--- a/test/src/main/java/org/apache/accumulo/test/NewTableConfigurationIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/NewTableConfigurationIT.java
@@ -268,8 +268,7 @@ public class NewTableConfigurationIT extends SharedMiniClusterBase {
    * Test pre-configuring iterator with default iterator. Configure IteratorSetting values into method call.
    */
   @Test
-  public void testPreconfiguredIteratorWithDefaultIterator2()
-      throws AccumuloException, TableNotFoundException, AccumuloSecurityException, TableExistsException {
+  public void testPreconfiguredIteratorWithDefaultIterator2() throws AccumuloException, TableNotFoundException, AccumuloSecurityException, TableExistsException {
     Connector conn = getConnector();
     String tableName = getUniqueNames(2)[0];
 
@@ -292,8 +291,7 @@ public class NewTableConfigurationIT extends SharedMiniClusterBase {
    * Test pre-configuring iterator with default iterator. Pass in IteratorScope value in method arguments.
    */
   @Test
-  public void testPreconfiguredIteratorWithDefaultIterator3()
-      throws AccumuloException, TableNotFoundException, AccumuloSecurityException, TableExistsException {
+  public void testPreconfiguredIteratorWithDefaultIterator3() throws AccumuloException, TableNotFoundException, AccumuloSecurityException, TableExistsException {
     Connector conn = getConnector();
     String tableName = getUniqueNames(2)[0];
 
@@ -316,8 +314,8 @@ public class NewTableConfigurationIT extends SharedMiniClusterBase {
    * Test pre-configuring iterator with additional options.
    */
   @Test
-  public void testSettingInitialIteratorWithAdditionalIteratorOptions()
-      throws AccumuloException, TableNotFoundException, AccumuloSecurityException, TableExistsException {
+  public void testSettingInitialIteratorWithAdditionalIteratorOptions() throws AccumuloException, TableNotFoundException, AccumuloSecurityException,
+      TableExistsException {
     Connector conn = getConnector();
     String tableName = getUniqueNames(2)[0];
 
@@ -618,8 +616,8 @@ public class NewTableConfigurationIT extends SharedMiniClusterBase {
     return Iterators.size(connector.tableOperations().getProperties(tableName).iterator());
   }
 
-  public int compareProperties(Connector connector, String tableNameOrig, String tableName, String changedProp)
-      throws AccumuloException, TableNotFoundException {
+  public int compareProperties(Connector connector, String tableNameOrig, String tableName, String changedProp) throws AccumuloException,
+      TableNotFoundException {
     boolean inNew = false;
     int countOrig = 0;
     for (Entry<String,String> orig : connector.tableOperations().getProperties(tableNameOrig)) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <co...@accumulo.apache.org>'].