We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f866b6c commit 201985fCopy full SHA for 201985f
src/test/java/testjoltjni/junit/Test004.java
@@ -56,8 +56,8 @@ public void test004() {
56
TestUtils.loadNativeLibrary();
57
TestUtils.initializeNativeLibrary();
58
59
- int numBpLayers = 2;
60
- int numObjLayers = 3;
+ final int numBpLayers = 2;
+ final int numObjLayers = 3;
61
62
// Test ObjectLayerPairFilterTable, but don't use it:
63
ObjectLayerPairFilterTable tab
0 commit comments