This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury.git
The following commit(s) were added to refs/heads/main by this push:
new f6fdaeb4 docs(guide): Fix package typo (#1906)
f6fdaeb4 is described below
commit f6fdaeb4f09be6f1b4ed02340339fe82f785ce36
Author: Sebastian Mandrean <[email protected]>
AuthorDate: Fri Oct 25 03:33:38 2024 +0200
docs(guide): Fix package typo (#1906)
Fixes two small typos in the guide
---
docs/guide/java_serialization_guide.md | 2 +-
docs/guide/xlang_serialization_guide.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/guide/java_serialization_guide.md
b/docs/guide/java_serialization_guide.md
index 4715b378..eabaeb49 100644
--- a/docs/guide/java_serialization_guide.md
+++ b/docs/guide/java_serialization_guide.md
@@ -321,7 +321,7 @@ Or implement `java.io.Externalizable` for a class.
```java
import org.apache.fury.*;
import org.apache.fury.config.*;
-import org.apache.fury.serializers.BufferObject;
+import org.apache.fury.serializer.BufferObject;
import org.apache.fury.memory.MemoryBuffer;
import java.util.*;
diff --git a/docs/guide/xlang_serialization_guide.md
b/docs/guide/xlang_serialization_guide.md
index 5bc6a055..59d5f3f9 100644
--- a/docs/guide/xlang_serialization_guide.md
+++ b/docs/guide/xlang_serialization_guide.md
@@ -523,7 +523,7 @@ Reference cannot be implemented because of rust ownership
restrictions
```java
import org.apache.fury.*;
import org.apache.fury.config.*;
-import org.apache.fury.serializers.BufferObject;
+import org.apache.fury.serializer.BufferObject;
import org.apache.fury.memory.MemoryBuffer;
import java.util.*;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]