Refactor JDeffered (#2559)

This commit is contained in:
Grzegorz Piwowarek
2017-09-05 19:59:42 +02:00
committed by GitHub
parent 7b836d9211
commit cafdf51bd7
8 changed files with 42 additions and 68 deletions
@@ -1,8 +1,7 @@
package com.baeldung.jdeffered;
import org.junit.Test;
import com.baeldung.jdeffered.PipeDemo.Result;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
@@ -24,5 +23,4 @@ public class AppTest {
Result result = PipeDemo.validate(80);
assertEquals(result, Result.SUCCESS);
}
}