File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
jme3-core/src/test/java/com/jme3/material Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ private static void testStencils() {
172172 final RenderState .StencilOperation backSfo = RenderState .StencilOperation .Replace ;
173173 final RenderState .StencilOperation backDfo = RenderState .StencilOperation .DecrementWrap ;
174174 final RenderState .StencilOperation backDpo = RenderState .StencilOperation .Keep ;
175- /**
175+ /*
176176 * Vary the test functions (8th and 9th arguments).
177177 */
178178 for (RenderState .TestFunction front : RenderState .TestFunction .values ()) {
@@ -186,7 +186,7 @@ private static void testStencils() {
186186
187187 final RenderState .TestFunction front = RenderState .TestFunction .GreaterOrEqual ;
188188 final RenderState .TestFunction back = RenderState .TestFunction .NotEqual ;
189- /**
189+ /*
190190 * Vary the 2nd, 4th, and 7th arguments.
191191 */
192192 for (RenderState .StencilOperation arg2 : RenderState .StencilOperation .values ()) {
@@ -199,8 +199,7 @@ private static void testStencils() {
199199 }
200200 }
201201 }
202-
203- /**
202+ /*
204203 * Vary the 3rd, 5th, and 6th arguments.
205204 */
206205 for (RenderState .StencilOperation arg3 : RenderState .StencilOperation .values ()) {
You can’t perform that action at this time.
0 commit comments