diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/util/GWTUtils.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/util/GWTUtils.java
index bc583e35bcdfa830bb7f39dbcd5eafc2069be332..e2ee6f849fe6de6b6efae26ce5e3c7f8a7d39832 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/util/GWTUtils.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/util/GWTUtils.java
@@ -96,7 +96,7 @@ public final class GWTUtils
      * Sets up {@link ComboBox} to have width of list auto adjusted to maximum width of elements in
      * the list.
      */
-    // FIXME 2010-05-19, PTR: the width is not updated when store is changed;
+    // FIXME 2010-05-19, Piotr Buczek: the width is not updated when store is changed;
     public static void setupAutoWidth(final ComboBox<?> comboBox)
     {
         // can't get el() of listView before it is rendered
@@ -126,7 +126,6 @@ public final class GWTUtils
                     // if it takes whole width of the window.
                     return Math.min(Window.getClientWidth() / 2, maxLabelWidth);
                 }
-
             });
     }