Skip to content

Commit 65af369

Browse files
committed
jme3-examples: improve the javadoc
1 parent 300eb86 commit 65af369

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

jme3-examples/src/main/java/jme3test/bullet/PhysicsHoverControl.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2020 jMonkeyEngine
2+
* Copyright (c) 2009-2021 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -84,7 +84,7 @@ public PhysicsHoverControl() {
8484

8585
/**
8686
* Creates a new PhysicsNode with the supplied collision shape
87-
* @param shape
87+
* @param shape the desired collision shape
8888
*/
8989
public PhysicsHoverControl(CollisionShape shape) {
9090
super(shape);

jme3-examples/src/main/java/jme3test/texture/TestSkyRotation.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017 jMonkeyEngine
2+
* Copyright (c) 2017-2021 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -116,7 +116,7 @@ public void simpleInitApp() {
116116
*
117117
* @param name the name of the action
118118
* @param ongoing true→depress key, false→release key
119-
* @param ignored
119+
* @param ignored ignored
120120
*/
121121
@Override
122122
public void onAction(String name, boolean ongoing, float ignored) {

jme3-examples/src/main/java/jme3test/texture/TestTextureArray.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void simpleInitApp()
7676
}
7777

7878
/**
79-
* @param args
79+
* @param args ignored
8080
*/
8181
public static void main(String[] args)
8282
{

jme3-examples/src/main/java/jme3test/texture/TestTextureArrayCompressed.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void simpleInitApp()
7676
}
7777

7878
/**
79-
* @param args
79+
* @param args ignored
8080
*/
8181
public static void main(String[] args)
8282
{

0 commit comments

Comments
 (0)