aboutsummaryrefslogtreecommitdiff
path: root/src/jar/net/network
diff options
context:
space:
mode:
authorSgeo <[email protected]>2021-03-19 00:33:08 -0400
committerGitHub <[email protected]>2021-03-19 00:33:08 -0400
commitd1c8280621345f3bf520d17f8789371e4ddb177d (patch)
tree2e911fcf84da3aa09f4f53805a04c683ea0e70c1 /src/jar/net/network
parentfeat: many new pages (diff)
downloadbook-d1c8280621345f3bf520d17f8789371e4ddb177d.tar.xz
book-d1c8280621345f3bf520d17f8789371e4ddb177d.zip
Correct parseNetData signature
Diffstat (limited to 'src/jar/net/network')
-rw-r--r--src/jar/net/network/obj_id.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jar/net/network/obj_id.md b/src/jar/net/network/obj_id.md
index a591366..23dc865 100644
--- a/src/jar/net/network/obj_id.md
+++ b/src/jar/net/network/obj_id.md
@@ -35,7 +35,7 @@ Returns [`this._shortObjID`](#private-int-_shortobjid).
### `public int longID()`
Returns [`this._longObjID`](#private-string-_longobjid).
-### `void parseNetData(`[`ServerOutputStream`](./server_output_stream.md)` o) throws IOException`
+### `void parseNetData(`[`ServerInputStream`](./server_input_stream.md)` o) throws IOException`
```java
if (this._longObjID != null) {
o.writeByte(0);