ACCUMULO-3709: checkstyle resolutions
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a3a9ef90 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a3a9ef90 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a3a9ef90 Branch: refs/heads/master Commit: a3a9ef906b0d1dbd55969ee15ab5817811ab58d7 Parents: 5588570 Author: phrocker <marc.par...@gmail.com> Authored: Sun Apr 12 17:03:04 2015 -0400 Committer: phrocker <marc.par...@gmail.com> Committed: Sun Apr 12 17:03:04 2015 -0400 ---------------------------------------------------------------------- .../org/apache/accumulo/test/AccumuloOutputFormatTest.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a3a9ef90/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java b/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java index dc1d00d..ff2f865 100644 --- a/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java +++ b/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java @@ -76,11 +76,6 @@ public class AccumuloOutputFormatTest { accumulo.stop(); folder.delete(); } - - protected void writeToTable() - { - - } @Test(expected = IOException.class) public void testMapred() throws Exception { @@ -143,7 +138,7 @@ public class AccumuloOutputFormatTest { org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setZooKeeperInstance(job, accumulo.getInstanceName(), accumulo.getZooKeepers()); Job stubbedJob = new Job(job); org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setConnectorInfo(stubbedJob, "root", new PasswordToken(secret)); - TaskAttemptContext context = new TaskAttemptContext(stubbedJob.getConfiguration(),new TaskAttemptID()); + TaskAttemptContext context = new TaskAttemptContext(stubbedJob.getConfiguration(), new TaskAttemptID()); org.apache.hadoop.mapreduce.RecordWriter<Text,Mutation> writer = outputFormat.getRecordWriter(context); try {