Skip to content

Commit

Permalink
Move collectors to collect package (gstamatelat#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Dec 22, 2017
1 parent 488a292 commit 4fa6341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package gr.james.sampling;
package gr.james.sampling.collect;

import gr.james.sampling.RandomSampling;

import java.util.Collection;
import java.util.EnumSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package gr.james.sampling;
package gr.james.sampling.collect;

import gr.james.sampling.WeightedRandomSampling;

import java.util.Collection;
import java.util.EnumSet;
Expand Down

0 comments on commit 4fa6341

Please sign in to comment.