From 99820ceb01db4150a00ba9d1ce1f9b775a35fffe Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 5 Oct 2009 13:41:49 +0000
Subject: [PATCH] minor: javadoc formatting

SVN: 12839
---
 .../authorization/predicate/DelegatedPredicate.java  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/authorization/predicate/DelegatedPredicate.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/authorization/predicate/DelegatedPredicate.java
index 1da952dae90..5cb8e4f230a 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/authorization/predicate/DelegatedPredicate.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/authorization/predicate/DelegatedPredicate.java
@@ -24,13 +24,13 @@ import ch.systemsx.cisd.openbis.generic.shared.authorization.RoleWithIdentifier;
 import ch.systemsx.cisd.openbis.generic.shared.dto.PersonPE;
 
 /**
- * An <code>AbstractPredicate</code> extension which delegates its method calls to the
- * encapsulated {@link IPredicate}.
+ * An <code>AbstractPredicate</code> extension which delegates its method calls to the encapsulated
+ * {@link IPredicate}.
  * <p>
- * Each implementation should know how to convert <code>T</code> to <code>P</code> by
- * implementing {@link #convert(Object)} method. Note that
- * {@link #doEvaluation(PersonPE, List, Object)} delegates its call to
- * {@link IPredicate#evaluate(PersonPE, List, Object)} of the specified <code>delegate</code>.
+ * Each implementation should know how to convert <code>T</code> to <code>P</code> by implementing
+ * {@link #convert(Object)} method. Note that {@link #doEvaluation(PersonPE, List, Object)}
+ * delegates its call to {@link IPredicate#evaluate(PersonPE, List, Object)} of the specified
+ * <code>delegate</code>.
  * </p>
  * 
  * @author Christian Ribeaud
-- 
GitLab