Author: bdaw
Date: 2008-06-18 09:57:20 -0400 (Wed, 18 Jun 2008)
New Revision: 11080
Modified:
modules/identity/trunk/idm/src/main/java/org/jboss/idm/FeaturesDescription.java
Log:
bad formatting
Modified: modules/identity/trunk/idm/src/main/java/org/jboss/idm/FeaturesDescription.java
===================================================================
---
modules/identity/trunk/idm/src/main/java/org/jboss/idm/FeaturesDescription.java 2008-06-18
13:48:19 UTC (rev 11079)
+++
modules/identity/trunk/idm/src/main/java/org/jboss/idm/FeaturesDescription.java 2008-06-18
13:57:20 UTC (rev 11080)
@@ -68,46 +68,46 @@
}
/**
- * @param identityType
- * @return supported operations for given identity type
- * @throws org.jboss.idm.exceptions.IdentityTypeNotSupportedException
- */
- public Set<IdentityOperationType> getSupportedOperations(IdentityType
identityType) throws IdentityTypeNotSupportedException;
+ * @param identityType
+ * @return supported operations for given identity type
+ * @throws org.jboss.idm.exceptions.IdentityTypeNotSupportedException
+ */
+ public Set<IdentityOperationType> getSupportedOperations(IdentityType
identityType) throws IdentityTypeNotSupportedException;
- /**
- * @param operationType
- * @param identityType
- * @return if given operation on given identity type is supported
- * @throws IdentityTypeNotSupportedException
- */
- boolean isOperationSupported(IdentityOperationType operationType, IdentityType
identityType) throws IdentityTypeNotSupportedException;
+ /**
+ * @param operationType
+ * @param identityType
+ * @return if given operation on given identity type is supported
+ * @throws IdentityTypeNotSupportedException
+ */
+ boolean isOperationSupported(IdentityOperationType operationType, IdentityType
identityType) throws IdentityTypeNotSupportedException;
- /**
- * @param operationType
- * @return set of identity types that can be processed with a given operation
- * @throws org.jboss.idm.exceptions.IdmException
- */
- public Set<IdentityType> getSupportedIdentities(IdentityOperationType
operationType);
+ /**
+ * @param operationType
+ * @return set of identity types that can be processed with a given operation
+ * @throws org.jboss.idm.exceptions.IdmException
+ */
+ public Set<IdentityType> getSupportedIdentities(IdentityOperationType
operationType);
- /**
- * @return set of identity types that can be persisted
- */
- Set<IdentityType> getSupportedIdentities();
+ /**
+ * @return set of identity types that can be persisted
+ */
+ Set<IdentityType> getSupportedIdentities();
- /**
- * @param identityType
- * @return boolean describing if given identity type can be persisted or retrieved
using this identity store
- */
- boolean isIdentitySupported(IdentityType identityType);
+ /**
+ * @param identityType
+ * @return boolean describing if given identity type can be persisted or retrieved
using this identity store
+ */
+ boolean isIdentitySupported(IdentityType identityType);
- /**
- * @param fromType
- * @param toType
- * @param relationshipType
- * @return true is given relationship can be persisted or retrieved
- * @throws org.jboss.idm.exceptions.IdmException
- */
- boolean isRelationshipSupported(IdentityType fromType, IdentityType toType,
RelationshipType relationshipType) throws IdmException;
+ /**
+ * @param fromType
+ * @param toType
+ * @param relationshipType
+ * @return true is given relationship can be persisted or retrieved
+ * @throws org.jboss.idm.exceptions.IdmException
+ */
+ boolean isRelationshipSupported(IdentityType fromType, IdentityType toType,
RelationshipType relationshipType) throws IdmException;
Show replies by date