File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/de/idrinth/waraddonclient/service Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
package de .idrinth .waraddonclient .service ;
2
2
3
3
import de .idrinth .waraddonclient .Config ;
4
+ import de .idrinth .waraddonclient .Utils ;
4
5
import java .io .File ;
5
6
import java .io .IOException ;
6
7
import de .idrinth .waraddonclient .model .TrustManager ;
@@ -42,7 +43,7 @@ private synchronized org.apache.http.HttpResponse executionHandler(org.apache.ht
42
43
uri .setHeader ("User-Agent" , "IdrinthsWARAddonClient/" + Config .getVersion ());
43
44
uri .setHeader ("Cache-Control" , "no-cache" );
44
45
while (requestActive ) {
45
- de . idrinth . waraddonclient . service . Sleeper .sleep (150 );
46
+ Utils .sleep (150 );
46
47
}
47
48
requestActive = true ;
48
49
client = org .apache .http .impl .client .HttpClientBuilder .create ()
You can’t perform that action at this time.
0 commit comments