Author: ddam
Date: Tue Feb 24 11:52:09 2009
New Revision: 747355
URL: http://svn.apache.org/viewvc?rev=747355&view=rev
Log:
EntityFactoryImpl : change private to protected
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.2-PRE-PLUTO-2-SNAPSHOT/components/jetspeed-security/src/main/java/org/apache/jetspeed/security/mapping/ldap/EntityFactoryImpl.java
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.2-PRE-PLUTO-2-SNAPSHOT/components/jetspeed-security/src/main/java/org/apache/jetspeed/security/mapping/ldap/EntityFactoryImpl.java
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.2-PRE-PLUTO-2-SNAPSHOT/components/jetspeed-security/src/main/java/org/apache/jetspeed/security/mapping/ldap/EntityFactoryImpl.java?rev=747355&r1=747354&r2=747355&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.2-PRE-PLUTO-2-SNAPSHOT/components/jetspeed-security/src/main/java/org/apache/jetspeed/security/mapping/ldap/EntityFactoryImpl.java
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.2-PRE-PLUTO-2-SNAPSHOT/components/jetspeed-security/src/main/java/org/apache/jetspeed/security/mapping/ldap/EntityFactoryImpl.java
Tue Feb 24 11:52:09 2009
@@ -55,7 +55,7 @@
this.searchConfiguration = searchConfiguration;
}
- private EntityImpl internalCreateEntity(String entityId, String
internalId, Set<Attribute> attributes)
+ protected EntityImpl internalCreateEntity(String entityId, String
internalId, Set<Attribute> attributes)
{
EntityImpl entity = new
EntityImpl(searchConfiguration.getEntityType(), entityId,
searchConfiguration.getAttributeDefinitions());
entity.setAttributes(attributes);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]