diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-08 22:33:23 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-08 22:33:23 +0000 |
commit | 195d7ef627414c07fda37b81b4b6a733d45ecc46 (patch) | |
tree | d64fe6d6322f3f292b64594c193b46dc233ec09f /archiva-modules/archiva-web/archiva-web-common/src/test | |
parent | 017cb9625be2e6e62e07e82608498a4cd7fe7da8 (diff) | |
download | archiva-195d7ef627414c07fda37b81b4b6a733d45ecc46.tar.gz archiva-195d7ef627414c07fda37b81b4b6a733d45ecc46.zip |
fix compilation with last redback changes
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src/test')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/web/rss/SecuritySystemStub.java | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/web/rss/SecuritySystemStub.java b/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/web/rss/SecuritySystemStub.java index efde84811..8b8d58ee7 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/web/rss/SecuritySystemStub.java +++ b/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/web/rss/SecuritySystemStub.java @@ -537,23 +537,11 @@ public class SecuritySystemStub return null; //To change body of implemented methods use File | Settings | File Templates. } - public User findUser( Object principal ) - throws UserNotFoundException - { - return null; //To change body of implemented methods use File | Settings | File Templates. - } - - public boolean userExists( Object principal ) + public boolean userExists( String principal ) { return false; //To change body of implemented methods use File | Settings | File Templates. } - public void deleteUser( Object principal ) - throws UserNotFoundException - { - //To change body of implemented methods use File | Settings | File Templates. - } - public void deleteUser( String username ) throws UserNotFoundException { |