Skip to content

Commit b4cd0e7

Browse files
authored
AbstractShadowFilter: update
1 parent 5ca191d commit b4cd0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jme3-core/src/main/java/com/jme3/shadow/AbstractShadowFilter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* Generic abstract filter that holds common implementations for the different
4949
* shadow filters
5050
*
51-
* @author Nehon
51+
* @author Rémy Bouquet aka Nehon
5252
*/
5353
public abstract class AbstractShadowFilter<T extends AbstractShadowRenderer> extends Filter implements JmeCloneable {
5454

@@ -63,7 +63,7 @@ public abstract class AbstractShadowFilter<T extends AbstractShadowRenderer> ext
6363
*/
6464
protected AbstractShadowFilter() {
6565
}
66-
66+
6767
/**
6868
* Creates an AbstractShadowFilter. Subclasses invoke this constructor.
6969
*

0 commit comments

Comments
 (0)