Skip to content

Commit fd3d3ce

Browse files
committed
Fix style
1 parent 468d22c commit fd3d3ce

File tree

1 file changed

+1
-1
lines changed
  • com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/stats

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/stats/Approx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private static class ApprMeth {
101101
double f2;
102102
int kind;
103103
// In GNU-R, naRm field is unused.
104-
boolean naRm;
104+
@SuppressWarnings("unused") boolean naRm;
105105
}
106106

107107
private static double approx1(double v, VectorDataLibrary xLib, Object xData, RandomAccessIterator xIter,

0 commit comments

Comments
 (0)