Skip to content

Commit af6b7b8

Browse files
committed
remove unused imports
1 parent 09e2d57 commit af6b7b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
package com.typesafe.config;
22

3-
import com.typesafe.config.impl.*;
4-
5-
import java.io.File;
6-
import java.net.MalformedURLException;
7-
import java.net.URL;
8-
93
/**
104
* Default config loading strategy. Able to load resource, file or URL.
115
* Behavior may be altered by defining one of VM properties

0 commit comments

Comments
 (0)