Author: ecn
Date: Thu Jun 20 16:08:35 2013
New Revision: 1495072
URL: http://svn.apache.org/r1495072
Log:
ACCUMULO-1504 fix rat failure
Modified:
accumulo/branches/1.5/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
Modified:
accumulo/branches/1.5/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java?rev=1495072&r1=1495071&r2=1495072&view=diff
==============================================================================
---
accumulo/branches/1.5/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
(original)
+++
accumulo/branches/1.5/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
Thu Jun 20 16:08:35 2013
@@ -1,10 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.apache.accumulo.core.client;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotEquals;
import org.apache.accumulo.core.iterators.Combiner;
import org.apache.accumulo.core.iterators.DevNull;
-import org.apache.hadoop.io.Writable;
import org.junit.Test;
/**