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 31371e438452e3ada6f5cb7ad0dec82637f71287..0bdb6feb39cb92d0ac88144ac9fdca5731547fca 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();