| commit | 2fba6227c028a8d58815b2523656b7ba483a7e1a | [log] [tgz] |
|---|---|---|
| author | Udo Schnurpfeil <lofwyr@apache.org> | Thu Jan 18 14:40:26 2018 +0000 |
| committer | Udo Schnurpfeil <lofwyr@apache.org> | Thu Jan 18 14:40:26 2018 +0000 |
| tree | 1ad9bf42e1318740af46c8ec14ba2d6303e7e6d0 | |
| parent | a0d58bf813ba8de8996c8ea088fd3b21df1d860c [diff] |
fix MissingDeprecated
diff --git a/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml b/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml index 2b00785..e177dfe 100644 --- a/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml +++ b/other/checkstyle-rules/src/main/resources/tobago/checkstyle.xml
@@ -178,9 +178,7 @@ <module name="EmptyStatement"/> --> <module name="EqualsHashCode"/> - <!-- TBD <module name="MissingDeprecated"/> - --> <module name="HiddenField"> <property name="ignoreSetter" value="true" />