Updated Using S3Proxy in Java projects (markdown)

master
Andrew Gaul 2016-11-08 10:43:08 -08:00
rodzic fcdfa77499
commit c8a55298c0
1 zmienionych plików z 1 dodań i 1 usunięć

@ -59,7 +59,7 @@ S3Proxy s3Proxy = S3Proxy.builder()
.build();
s3Proxy.start();
while (!info.s3Proxy.getState().equals(AbstractLifeCycle.STARTED)) {
while (!s3Proxy.getState().equals(AbstractLifeCycle.STARTED)) {
Thread.sleep(1);
}
```