Skip to content

Commit 201985f

Browse files
committed
Test004: VariableDeclarationUsageDistance
1 parent f866b6c commit 201985f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/testjoltjni/junit/Test004.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public void test004() {
5656
TestUtils.loadNativeLibrary();
5757
TestUtils.initializeNativeLibrary();
5858

59-
int numBpLayers = 2;
60-
int numObjLayers = 3;
59+
final int numBpLayers = 2;
60+
final int numObjLayers = 3;
6161

6262
// Test ObjectLayerPairFilterTable, but don't use it:
6363
ObjectLayerPairFilterTable tab

0 commit comments

Comments
 (0)