Update codestyle.xml

This commit is contained in:
Clément Fournier
2018-05-22 15:46:32 +02:00
committed by GitHub
parent 56339f6793
commit ce0f151c66

View File

@ -387,7 +387,7 @@ public class Foo extends Bar{
<example>
<![CDATA[
// This is Pascal case, the recommended naming convention in Java
// Note that the default values of this rule don't allow underscores,
// Note that the default values of this rule don't allow underscores
// or accented characters in type names
public class FooBar {}