Unnecessary interface modifier
This commit is contained in:
+1
-1
@@ -17,6 +17,6 @@ package org.springframework.security.integration;
|
||||
|
||||
public interface UserRepository {
|
||||
|
||||
public void doSomething();
|
||||
void doSomething();
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -20,6 +20,6 @@ import org.springframework.security.access.prepost.PreAuthorize;
|
||||
public interface TestService {
|
||||
|
||||
@PreAuthorize("someMethod.py")
|
||||
public void someMethod();
|
||||
void someMethod();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user