- correct javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10323 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent c441ba6a1d
commit 4c8e1dedd8
  1. 4
      sdk/jme3-core/src/com/jme3/gde/core/assets/AssetDataObject.java

@ -317,7 +317,7 @@ public class AssetDataObject extends MultiDataObject {
/** /**
* Gets a list of FileObjects that represent all files that have been loaded * Gets a list of FileObjects that represent all files that have been loaded
* along this asset. This includes textures for models as well as materials * along this asset. This includes textures for models as well as materials
* and other files. It does not include j3md and shader files. * and other files.
* *
* @return * @return
*/ */
@ -328,7 +328,7 @@ public class AssetDataObject extends MultiDataObject {
/** /**
* Gets a list of AssetKeys that represent all files that have been loaded * Gets a list of AssetKeys that represent all files that have been loaded
* along this asset. This includes textures for models as well as materials * along this asset. This includes textures for models as well as materials
* and other files. It does not include j3md and shader files. * and other files.
* *
* @return * @return
*/ */

Loading…
Cancel
Save