Skip to content

Commit be101ba

Browse files
committed
fix asterix for docs
Signed-off-by: Vaidik Bhardwaj <[email protected]>
1 parent bbcb1dc commit be101ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/land/oras/utils/OrasHttpClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public ResponseWrapper<String> post(URI uri, byte[] body, Map<String, String> he
273273
HttpRequest.BodyPublishers.ofByteArray(body));
274274
}
275275

276-
/*
276+
/**
277277
* Perform a Patch request
278278
* @param uri The URI
279279
* @param body The body

0 commit comments

Comments
 (0)