mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +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;
|
||||
writer.writeSetSourceFile(setSourceFile.getCodeAddress(),
|
||||
checkStringReference(setSourceFile.getSourceFileReference()));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
throw new ExceptionWithContext("Unexpected debug item type: %d", debugItem.getDebugItemType());
|
||||
|
Loading…
Reference in New Issue
Block a user