You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/28 21:40:51 UTC

[Tapestry Wiki] Trivial Update of "Tapestry5HowToSpringSecurityAndOpenId" by newacct

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org