Skip to content
Snippets Groups Projects
Commit 99820ceb authored by tpylak's avatar tpylak
Browse files

minor: javadoc formatting

SVN: 12839
parent 969f8942
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,13 @@ import ch.systemsx.cisd.openbis.generic.shared.authorization.RoleWithIdentifier; ...@@ -24,13 +24,13 @@ import ch.systemsx.cisd.openbis.generic.shared.authorization.RoleWithIdentifier;
import ch.systemsx.cisd.openbis.generic.shared.dto.PersonPE; import ch.systemsx.cisd.openbis.generic.shared.dto.PersonPE;
/** /**
* An <code>AbstractPredicate</code> extension which delegates its method calls to the * An <code>AbstractPredicate</code> extension which delegates its method calls to the encapsulated
* encapsulated {@link IPredicate}. * {@link IPredicate}.
* <p> * <p>
* Each implementation should know how to convert <code>T</code> to <code>P</code> by * Each implementation should know how to convert <code>T</code> to <code>P</code> by implementing
* implementing {@link #convert(Object)} method. Note that * {@link #convert(Object)} method. Note that {@link #doEvaluation(PersonPE, List, Object)}
* {@link #doEvaluation(PersonPE, List, Object)} delegates its call to * delegates its call to {@link IPredicate#evaluate(PersonPE, List, Object)} of the specified
* {@link IPredicate#evaluate(PersonPE, List, Object)} of the specified <code>delegate</code>. * <code>delegate</code>.
* </p> * </p>
* *
* @author Christian Ribeaud * @author Christian Ribeaud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment