Skip to content

Commit

Permalink
Lowercase JavaDCTSuite variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Feynman Liang committed Jun 30, 2015
1 parent f9a8958 commit 9d5c9e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void javaCompatibilityTest() {
double[] expectedResult = input.clone();
(new DoubleDCT_1D(input.length)).forward(expectedResult, true);

DCT DCT = new DCT()
DCT dct = new DCT()
.setInputCol("vec")
.setOutputCol("resultVec");

Expand Down

0 comments on commit 9d5c9e4

Please sign in to comment.