mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
"No newline at end of file" deserves more than only an information.
This commit is contained in:
parent
eec765bc48
commit
b2578b1736
@ -13,9 +13,7 @@
|
|||||||
<module name="JavadocPackage">
|
<module name="JavadocPackage">
|
||||||
<property name="allowLegacy" value="true"/>
|
<property name="allowLegacy" value="true"/>
|
||||||
</module>
|
</module>
|
||||||
<module name="NewlineAtEndOfFile">
|
<module name="NewlineAtEndOfFile" />
|
||||||
<property name="severity" value="info"/>
|
|
||||||
</module>
|
|
||||||
<module name="Translation"/>
|
<module name="Translation"/>
|
||||||
<module name="FileLength"/>
|
<module name="FileLength"/>
|
||||||
<module name="FileTabCharacter">
|
<module name="FileTabCharacter">
|
||||||
|
@ -96,4 +96,4 @@ public interface LocationManipulation {
|
|||||||
* @return The {@link Location}
|
* @return The {@link Location}
|
||||||
*/
|
*/
|
||||||
Location getNextBlock(Vehicle v);
|
Location getNextBlock(Vehicle v);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user