mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 13:05:06 +00:00
Fix PMD: Avoid modifiers which are implied by the context.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
035e5c7115
commit
fca46212ac
@ -85,5 +85,5 @@ public interface Builder<T> {
|
||||
*
|
||||
* @return the object constructed or result calculated by the builder.
|
||||
*/
|
||||
public T build();
|
||||
T build();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user