Skip to content

Commit

Permalink
move: moving swimmingClass under package "countdownlatch"
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanyang authored and fengyuanyang committed Nov 2, 2020
1 parent faf511f commit 5d183c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ordestiny.tdd.concurrent;
package com.ordestiny.tdd.concurrent.countdownlatch;

import java.util.HashSet;
import java.util.Set;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.ordestiny.tdd.concurrent;
package com.ordestiny.tdd.concurrent.countdownlatch;

import com.ordestiny.tdd.concurrent.countdownlatch.SwimmingClass;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
Expand Down

0 comments on commit 5d183c9

Please sign in to comment.