git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10120 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..om 12 years ago
parent 3aa478ffde
commit 28bb74fa95
  1. 2
      engine/src/core/com/jme3/app/Application.java

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

Loading…
Cancel
Save