Author: andreas
Date: Thu Dec 13 03:01:32 2007
New Revision: 603883
URL: http://svn.apache.org/viewvc?rev=603883&view=rev
Log:
[minor change] removed invalid character
Modified:
lenya/trunk/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/PolicyBuilder.java
Modified: lenya/trunk/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/PolicyBuilder.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/PolicyBuilder.java?rev=603883&r1=603882&r2=603883&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/PolicyBuilder.java (original)
+++ lenya/trunk/src/modules-core/ac/java/src/org/apache/lenya/ac/impl/PolicyBuilder.java Thu Dec 13 03:01:32 2007
@@ -127,7 +127,7 @@
String roleId = roleElements[j].getAttribute(ID_ATTRIBUTE);
Role role = getAccreditableManager().getRoleManager().getRole(roleId);
if (role == null) {
- throw new AccessControlException("The role '" + roleId + "'Êdoes not exist.");
+ throw new AccessControlException("The role '" + roleId + "' does not exist.");
}
CredentialImpl credential = new CredentialImpl(accreditable, role);
String method = roleElements[j].getAttribute(METHOD_ATTRIBUTE);
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.