From 5349f9ab2520b48f62cf3cedf46e35e50444ed97 Mon Sep 17 00:00:00 2001
From: gpawel <gpawel>
Date: Wed, 6 Jun 2012 13:11:46 +0000
Subject: [PATCH] fixing warnings

SVN: 25592
---
 .../ManagedPropertyGridGeneratedCallback.java              | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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 9b74497d749..cb3d1243dbd 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);
-- 
GitLab