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
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);
......
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