[jboss-jira] [JBoss JIRA] (WFLY-1734) CoarseSSOCacheEntry class field self-assignment
Cheng Fang (JIRA)
jira-events at lists.jboss.org
Mon Jul 22 15:51:26 EDT 2013
Cheng Fang created WFLY-1734:
--------------------------------
Summary: CoarseSSOCacheEntry class field self-assignment
Key: WFLY-1734
URL: https://issues.jboss.org/browse/WFLY-1734
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 8.0.0.Beta1
Reporter: Cheng Fang
Assignee: Paul Ferraro
CoarseSSOCacheEntry class has a field self-assignment, which could be a typo:
{code}
@Override
public void setAuthenticationType(AuthenticationType type) {
this.authType = authType;
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list