Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5HowToSpringSecurityAndOpenId" page has been changed by newacct.
http://wiki.apache.org/tapestry/Tapestry5HowToSpringSecurityAndOpenId?action=diff&rev1=5&rev2=6

--------------------------------------------------

      {
          if (this == obj) return true;
          if (obj == null) return false;
-         if (obj.getClass() == String.class) return obj.equals(authority);
+         if (obj instanceof String) return obj.equals(authority);
          if (getClass() != obj.getClass()) return false;
          final Role other = (Role) obj;
          if (authority == null)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to