Skip to content

Commit dcabacb

Browse files
committed
RenderStateTest: inline comments shouldn't begin with /**
1 parent f0f38f9 commit dcabacb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jme3-core/src/test/java/com/jme3/material/RenderStateTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)