Browse Source

- remove System.out.println from SaveGame class

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8448 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
7152878286
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/src/tools/jme3tools/savegame/SaveGame.java

+ 1 - 1
engine/src/tools/jme3tools/savegame/SaveGame.java

@@ -27,7 +27,7 @@ import sun.misc.UUEncoder;
 public class SaveGame {
 
     /**
-     * Saves a savable in a system-dependent way.
+     * Saves a savable in a system-dependent way. Note that only small amounts of data can be saved.
      * @param gamePath A unique path for this game, e.g. com/mycompany/mygame
      * @param dataName A unique name for this savegame, e.g. "save_001"
      * @param data The Savable to save