Skip to content

Commit

Permalink
Make this method private
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Dec 29, 2018
1 parent 152c2f9 commit eb0384c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private Nullable<T> getMeteringReadings()
}

@SuppressWarnings("unchecked")
Feature<T> getFallbackFeature(TurboCamera turboCamera)
private Feature<T> getFallbackFeature(TurboCamera turboCamera)
{
return turboCamera.getListFeature((Class<T>) defaultValue.getClass());
}
Expand Down

0 comments on commit eb0384c

Please sign in to comment.