Skip to content

Commit d08714e

Browse files
committed
Fix checkstyle.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1172288 13f79535-47bb-0310-9956-ffa450edef68
1 parent 107a5a9 commit d08714e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ limitations under the License.
3030
</module>
3131

3232
<module name="TreeWalker">
33-
33+
<property name="cacheFile" value="target/cachefile"/>
3434
<module name="OperatorWrap">
3535
<property name="option" value="eol"/>
3636
</module>
3737
</module>
38+
3839
</module>
3940

0 commit comments

Comments
 (0)