Skip to content
Snippets Groups Projects
Commit 5349f9ab authored by gpawel's avatar gpawel
Browse files

fixing warnings

SVN: 25592
parent ab4c0c7c
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ public class ManagedPropertyGridGeneratedCallback extends ...@@ -42,6 +42,7 @@ public class ManagedPropertyGridGeneratedCallback extends
void execute(final IDisposableComponent gridComponent); void execute(final IDisposableComponent gridComponent);
} }
@SuppressWarnings("hiding")
private final IViewContext<ICommonClientServiceAsync> viewContext; private final IViewContext<ICommonClientServiceAsync> viewContext;
private final IOnGridComponentGeneratedAction onGridGeneratedAction; private final IOnGridComponentGeneratedAction onGridGeneratedAction;
...@@ -56,8 +57,7 @@ public class ManagedPropertyGridGeneratedCallback extends ...@@ -56,8 +57,7 @@ public class ManagedPropertyGridGeneratedCallback extends
public static AsyncCallback<TableModelReference> create( public static AsyncCallback<TableModelReference> create(
IViewContext<ICommonClientServiceAsync> viewContext, IEntityInformationHolder entity, IViewContext<ICommonClientServiceAsync> viewContext, IEntityInformationHolder entity,
IManagedProperty managedProperty, IManagedProperty managedProperty, IManagedPropertyGridInformationProvider gridInfo,
IManagedPropertyGridInformationProvider gridInfo,
IOnGridComponentGeneratedAction onGridGeneratedAction, IDelegatedAction onRefreshAction) IOnGridComponentGeneratedAction onGridGeneratedAction, IDelegatedAction onRefreshAction)
{ {
return AsyncCallbackWithProgressBar.decorate(new ManagedPropertyGridGeneratedCallback( return AsyncCallbackWithProgressBar.decorate(new ManagedPropertyGridGeneratedCallback(
...@@ -67,8 +67,7 @@ public class ManagedPropertyGridGeneratedCallback extends ...@@ -67,8 +67,7 @@ public class ManagedPropertyGridGeneratedCallback extends
private ManagedPropertyGridGeneratedCallback( private ManagedPropertyGridGeneratedCallback(
IViewContext<ICommonClientServiceAsync> viewContext, IEntityInformationHolder entity, IViewContext<ICommonClientServiceAsync> viewContext, IEntityInformationHolder entity,
IManagedProperty managedProperty, IManagedProperty managedProperty, IManagedPropertyGridInformationProvider gridInfo,
IManagedPropertyGridInformationProvider gridInfo,
IOnGridComponentGeneratedAction onGridGeneratedAction, IDelegatedAction onRefreshAction) IOnGridComponentGeneratedAction onGridGeneratedAction, IDelegatedAction onRefreshAction)
{ {
super(viewContext); super(viewContext);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment