1.1 --- a/src/org/sonews/acl/AccessControl.java Sun Aug 29 18:17:37 2010 +0200
1.2 +++ b/src/org/sonews/acl/AccessControl.java Wed Sep 14 23:25:00 2011 +0200
1.3 @@ -15,7 +15,6 @@
1.4 * You should have received a copy of the GNU General Public License
1.5 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1.6 */
1.7 -
1.8 package org.sonews.acl;
1.9
1.10 /**
1.11 @@ -23,8 +22,7 @@
1.12 * @author Christian Lins
1.13 * @since sonews/1.1
1.14 */
1.15 -public interface AccessControl
1.16 -{
1.17 +public interface AccessControl {
1.18
1.19 boolean hasPermission(String user, char[] secret, String permission);
1.20 }