Skip to content

Commit 81f61d9

Browse files
committed
remove reference to non-included interface
1 parent c501ce5 commit 81f61d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/gerrit/extensions/restapi/BinaryResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import java.nio.charset.UnsupportedCharsetException;
2727

2828
/**
29-
* Wrapper around a non-JSON result from a {@link RestView}.
29+
* Wrapper around a non-JSON result.
3030
* <p>
3131
* Views may return this type to signal they want the server glue to write raw
3232
* data to the client, instead of attempting automatic conversion to JSON. The

0 commit comments

Comments
 (0)