瀏覽代碼

JavaDocs fixes

SceneMax3D 1 年之前
父節點
當前提交
7a77c148db
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      jme3-core/src/main/java/com/jme3/environment/EnvironmentProbeControl.java

+ 3 - 3
jme3-core/src/main/java/com/jme3/environment/EnvironmentProbeControl.java

@@ -260,7 +260,7 @@ public class EnvironmentProbeControl extends LightProbe implements Control {
     }
 
     /**
-     * Get the minimum distance to render
+     * Gets the minimum distance to render.
      * 
      * @return frustum near
      */
@@ -269,7 +269,7 @@ public class EnvironmentProbeControl extends LightProbe implements Control {
     }
 
     /**
-     * Gets the maximum distance to render
+     * Gets the maximum distance to render.
      * 
      * @return frustum far
      */
@@ -278,7 +278,7 @@ public class EnvironmentProbeControl extends LightProbe implements Control {
     }
 
     /**
-     * Sets the asset manager used to load the shaders needed for the baking
+     * Sets the asset manager used to load the shaders needed for the baking.
      * 
      * @param assetManager the asset manager
      */