mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 11:05:52 +01:00
Add missing "break" from switch statement in BuilderClassPool
This commit is contained in:
parent
ca13778fe8
commit
4801482960
@ -419,6 +419,7 @@ public class BuilderClassPool implements ClassSection<BuilderStringReference, Bu
|
|||||||
SetSourceFile setSourceFile = (SetSourceFile)debugItem;
|
SetSourceFile setSourceFile = (SetSourceFile)debugItem;
|
||||||
writer.writeSetSourceFile(setSourceFile.getCodeAddress(),
|
writer.writeSetSourceFile(setSourceFile.getCodeAddress(),
|
||||||
checkStringReference(setSourceFile.getSourceFileReference()));
|
checkStringReference(setSourceFile.getSourceFileReference()));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
throw new ExceptionWithContext("Unexpected debug item type: %d", debugItem.getDebugItemType());
|
throw new ExceptionWithContext("Unexpected debug item type: %d", debugItem.getDebugItemType());
|
||||||
|
Loading…
Reference in New Issue
Block a user