We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452e6df commit 04940d2Copy full SHA for 04940d2
2 files changed
coverage-report/src/test/java/org/jooby/issues/Issue356.java
@@ -1,14 +1,12 @@
1
package org.jooby.issues;
2
3
+import static org.junit.Assert.assertNotNull;
4
+import static org.junit.Assert.assertTrue;
5
+
6
import java.time.Duration;
7
8
import org.jooby.handlers.AssetHandler;
9
import org.jooby.test.ServerFeature;
-
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
10
-import static org.junit.Assert.assertTrue;
11
12
import org.junit.Assert;
13
import org.junit.Test;
14
jooby-assets/src/main/java/org/jooby/assets/Assets.java
@@ -19,7 +19,6 @@
19
package org.jooby.assets;
20
21
22
-import java.util.Optional;
23
24
import org.jooby.Env;
25
import org.jooby.Jooby;
0 commit comments