diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/managed_property/ManagedPropertyGridGeneratedCallback.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/managed_property/ManagedPropertyGridGeneratedCallback.java
index 9b74497d749995181d05d967b58ac4454cc839c6..cb3d1243dbd3ed8e31e02740179b89b461592351 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/managed_property/ManagedPropertyGridGeneratedCallback.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/managed_property/ManagedPropertyGridGeneratedCallback.java
@@ -42,6 +42,7 @@ public class ManagedPropertyGridGeneratedCallback extends
         void execute(final IDisposableComponent gridComponent);
     }
 
+    @SuppressWarnings("hiding")
     private final IViewContext<ICommonClientServiceAsync> viewContext;
 
     private final IOnGridComponentGeneratedAction onGridGeneratedAction;
@@ -56,8 +57,7 @@ public class ManagedPropertyGridGeneratedCallback extends
 
     public static AsyncCallback<TableModelReference> create(
             IViewContext<ICommonClientServiceAsync> viewContext, IEntityInformationHolder entity,
-            IManagedProperty managedProperty,
-            IManagedPropertyGridInformationProvider gridInfo,
+            IManagedProperty managedProperty, IManagedPropertyGridInformationProvider gridInfo,
             IOnGridComponentGeneratedAction onGridGeneratedAction, IDelegatedAction onRefreshAction)
     {
         return AsyncCallbackWithProgressBar.decorate(new ManagedPropertyGridGeneratedCallback(
@@ -67,8 +67,7 @@ public class ManagedPropertyGridGeneratedCallback extends
 
     private ManagedPropertyGridGeneratedCallback(
             IViewContext<ICommonClientServiceAsync> viewContext, IEntityInformationHolder entity,
-            IManagedProperty managedProperty,
-            IManagedPropertyGridInformationProvider gridInfo,
+            IManagedProperty managedProperty, IManagedPropertyGridInformationProvider gridInfo,
             IOnGridComponentGeneratedAction onGridGeneratedAction, IDelegatedAction onRefreshAction)
     {
         super(viewContext);