Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Fixup the method access level
Browse files Browse the repository at this point in the history
Change-Id: I22f49d8fe3c1892fd51d8feeede797be4257d22b
  • Loading branch information
berezovskyi committed Sep 5, 2018
1 parent 517e22c commit 5293b49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ protected static Class<?> getComponentType(final Class<?> resourceClass, final M
}
}

static void validateSetMethodExists(final Class<?> resourceClass, final Method getMethod) throws OslcCoreMissingSetMethodException {
protected static void validateSetMethodExists(final Class<?> resourceClass, final Method getMethod) throws OslcCoreMissingSetMethodException {
final String getMethodName = getMethod.getName();

final String setMethodName;
Expand Down

0 comments on commit 5293b49

Please sign in to comment.