Explorar o código

Fixed broken link.

mitm %!s(int64=7) %!d(string=hai) anos
pai
achega
c92ea14191
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/docs/asciidoc/jme3/advanced/save_and_load.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/save_and_load.adoc

@@ -185,7 +185,7 @@ public int readInt(String name, int defVal) throws IOException {
 ----
 
 
-When reading your saved file, the link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/445f7ed010199d30c484fe75bacef4b87f2eb38e/jme3-core/src/plugins/java/com/jme3/export/binary/BinaryClassField.java[BinaryInputCapsule.java] class will see that the `name` field is `null` and this is when the defVal is set.
+When reading your saved file, the link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/445f7ed010199d30c484fe75bacef4b87f2eb38e/jme3-core/src/plugins/java/com/jme3/export/binary/BinaryInputCapsule.java[BinaryInputCapsule.java] class will see that the `name` field is `null` and this is when the defVal is set.
 
 [NOTE]
 ====