Removing $Id$ markers and stripping trailing whitespace from the codebase.
This commit is contained in:
@@ -7,7 +7,6 @@ import org.springframework.security.access.annotation.Secured;
|
||||
*
|
||||
* @author Mike Wiesner
|
||||
* @since 3.0
|
||||
* @version $Id$
|
||||
*/
|
||||
@Secured("ROLE_USER")
|
||||
public class SecuredService {
|
||||
|
||||
@@ -7,7 +7,6 @@ import org.springframework.security.access.annotation.Secured;
|
||||
*
|
||||
* @author Mike Wiesner
|
||||
* @since 1.0
|
||||
* @version $Id$
|
||||
*/
|
||||
public class Service {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user