소스 검색

Update Application.start javadoc. (#1947)

Ali-RS 2 년 전
부모
커밋
8edb89a229
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      jme3-core/src/main/java/com/jme3/app/Application.java

+ 5 - 3
jme3-core/src/main/java/com/jme3/app/Application.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2023 jMonkeyEngine
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without
  * Redistribution and use in source and binary forms, with or without
@@ -169,13 +169,15 @@ public interface Application {
 
 
     /**
     /**
      * Starts the application.
      * Starts the application.
-     * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
+     * A bug occurring when using LWJGL3 prevents this method from
+     * returning until after the application is stopped on macOS.
      */
      */
     public void start();
     public void start();
 
 
     /**
     /**
      * Starts the application.
      * Starts the application.
-     * A bug occurring when using LWJGL3 prevents this method from returning until after the application is stopped.
+     * A bug occurring when using LWJGL3 prevents this method from
+     * returning until after the application is stopped on macOS.
      *
      *
      * @param waitFor true→wait for the context to be initialized,
      * @param waitFor true→wait for the context to be initialized,
      * false→don't wait
      * false→don't wait