mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Revert inadvertent change to non-private API
This commit is contained in:
parent
30bb62bf4f
commit
84d08ef61f
|
@ -48,7 +48,7 @@ public abstract class AbstractExpandedDecoder {
|
|||
return information;
|
||||
}
|
||||
|
||||
final GeneralAppIdDecoder getGeneralDecoder() {
|
||||
protected final GeneralAppIdDecoder getGeneralDecoder() {
|
||||
return generalDecoder;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue