|
@@ -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 SimpleApplication instead.
|
|
|
|
|
|
+ * jME3 applications *SHOULD NOT EXTEND* this class but extend {@link com.jme3.appSimpleApplication} instead.
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
public class Application implements SystemListener {
|
|
public class Application implements SystemListener {
|