Skip to content

Commit b19b281

Browse files
author
liora
committed
add publish rest api that wait for the maximum timeout allowed - typo
1 parent 68679c0 commit b19b281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/jfrog/bintray/client/api/handle/VersionHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public interface VersionHandle extends Handle<Version> {
4040

4141
VersionHandle publish() throws BintrayCallException;
4242

43-
VersionHandle publishSync() throws BintrayCallException
43+
VersionHandle publishSync() throws BintrayCallException;
4444

4545
VersionHandle discard() throws BintrayCallException;
4646

0 commit comments

Comments
 (0)