Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Sep 15, 2017
1 parent 5fd6a57 commit 86afc9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public static DocumentFieldWidgetType extractWidgetType(final String columnName,
return widgetType;
}

public static final DocumentFieldWidgetType extractWidgetType(final DocumentLayoutElementFieldDescriptor.LookupSource lookupSource)
private static final DocumentFieldWidgetType extractWidgetType(final DocumentLayoutElementFieldDescriptor.LookupSource lookupSource)
{
Check.assumeNotNull(lookupSource, "Parameter lookupSource is not null");
switch (lookupSource)
Expand Down

0 comments on commit 86afc9c

Please sign in to comment.