Skip to content

Commit

Permalink
[devs] Do not force to have "T" at the end of the generic type parame…
Browse files Browse the repository at this point in the history
…ters' names.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Dec 8, 2017
1 parent e54b73c commit 555c7eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -217,7 +217,7 @@

<!-- Check the names of the method type parameters. -->
<module name="MethodTypeParameterName">
<property name="format" value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)" />
<property name="format" value="(^[A-Z]+[0-9]*$)" />
<message key="name.invalidPattern"
value="Method type name ''{0}'' must match pattern ''{1}''." />
</module>
Expand Down

0 comments on commit 555c7eb

Please sign in to comment.