- add javadoc link to SimpleApplication in Application

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10119 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-01-20 16:40:42 +00:00
parent da58611fc7
commit 3aa478ffde

View File

@ -59,7 +59,7 @@ import java.util.logging.Logger;
* An <code>Application</code> provides all the tools that are commonly used in jME3
* applications.
*
* jME3 applications *SHOULD NOT EXTEND* this class but extend SimpleApplication instead.
* jME3 applications *SHOULD NOT EXTEND* this class but extend {@link com.jme3.appSimpleApplication} instead.
*
*/
public class Application implements SystemListener {