From 1f11a1a338de67cd0322a1360b026a5ae6312790 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Mon, 25 Jul 2011 12:43:01 +0000
Subject: [PATCH] minor: javadoc fixed

SVN: 22260
---
 .../generic/shared/basic/dto/api/IManagedUiAction.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/api/IManagedUiAction.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/api/IManagedUiAction.java
index 31371e43845..0bdb6feb39c 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/api/IManagedUiAction.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/api/IManagedUiAction.java
@@ -48,8 +48,8 @@ public interface IManagedUiAction extends ISerializable
     public void addInputWidgets(IManagedInputWidgetDescription... widgets);
 
     /**
-     * Returns list of objects describing input widgets that will be used in user interface user
-     * interface for modification of the managed property.
+     * Returns list of objects describing input widgets that will be used in user interface for
+     * modification of the managed property.
      */
     public List<IManagedInputWidgetDescription> getInputWidgetDescriptions();
 
-- 
GitLab