Add spotless to check line endings (#1055)

This commit is contained in:
Austin Shalit
2018-05-16 22:47:35 -04:00
committed by Peter Johnson
parent 11d46713d1
commit 2e0709f05b
5 changed files with 110 additions and 99 deletions

View File

@@ -48,11 +48,11 @@
<example>
<![CDATA[
public class Example {
public Example(Object example) {
if (example == null) {
throw new NullPointerException();
}
public Example(Object example) {
if (example == null) {
throw new NullPointerException();
}
}
}
]]>
</example>