Skip to content

Commit

Permalink
Move RiakTest to correct package!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dv authored and dv committed Sep 18, 2017
1 parent cb00682 commit 6f38c86
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@

import com.basho.riak.client.api.RiakClient;
import com.basho.riak.client.core.RiakNode;
import java.net.UnknownHostException;
import java.util.LinkedList;
import java.util.List;

/*
* Copyright 2017 Daniel Vimont.
*
Expand All @@ -20,6 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.commonvox.bigdatademos;

import com.basho.riak.client.api.RiakClient;
import com.basho.riak.client.core.RiakNode;
import java.net.UnknownHostException;
import java.util.LinkedList;
import java.util.List;

/**
*
Expand Down

0 comments on commit 6f38c86

Please sign in to comment.