Remove stale TODO

pull/210/head
Andrew Gaul 2017-04-16 21:08:45 -07:00
rodzic dea4b3bae3
commit 9ddcc5b2e6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,6 @@ public final class S3Proxy {
checkArgument(builder.endpoint != null ||
builder.secureEndpoint != null,
"Must provide endpoint or secure-endpoint");
// TODO: allow service paths?
if (builder.endpoint != null) {
checkArgument(builder.endpoint.getPath().isEmpty(),
"endpoint path must be empty, was: %s",