Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Moved files. Packages are not really necessary here. Also a lot easie…
Browse files Browse the repository at this point in the history
…r to find tasks.
  • Loading branch information
stoyle committed Aug 20, 2012
1 parent 0177136 commit f95d9e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package no.knowit.java_functional.product;
package no.knowit.java_functional;

import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;

import java.util.*;

import no.knowit.java_functional.product.Product;
import org.apache.commons.collections.ListUtils;
import org.joda.time.LocalDate;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.knowit.java_functional.product;
package no.knowit.java_functional;

import static fj.data.List.iterableList;
import fj.F;
Expand All @@ -9,6 +9,8 @@
import static org.junit.matchers.JUnitMatchers.*;

import java.util.*;

import no.knowit.java_functional.product.Product;
import org.joda.time.LocalDate;
import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.knowit.java_functional.order;
package no.knowit.java_functional;

import static fj.data.List.iterableList;
import fj.F;
Expand All @@ -11,6 +11,9 @@
import static org.junit.matchers.JUnitMatchers.*;

import java.util.*;

import no.knowit.java_functional.order.Order;
import no.knowit.java_functional.order.TrainJourney;
import org.joda.time.DateTime;
import org.junit.Test;
import ch.lambdaj.function.matcher.LambdaJMatcher;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.knowit.java_functional.euler_two;
package no.knowit.java_functional;

import org.junit.Test;

Expand Down

0 comments on commit f95d9e0

Please sign in to comment.