Revert inadvertent change to non-private API

This commit is contained in:
Sean Owen 2016-05-08 09:30:51 +01:00
parent 30bb62bf4f
commit 84d08ef61f

View file

@ -48,7 +48,7 @@ public abstract class AbstractExpandedDecoder {
return information;
}
final GeneralAppIdDecoder getGeneralDecoder() {
protected final GeneralAppIdDecoder getGeneralDecoder() {
return generalDecoder;
}