Remove comment

This commit is contained in:
Bart Sopers 2021-02-10 21:58:14 +01:00
parent d4ec8464ea
commit 1afc0ae2a9

View file

@ -23,7 +23,6 @@ public class AlertConfiguration {
this.beepRepetition = beepRepetition;
}
/* renamed from: d */
public byte[] getEncoded() {
byte firstByte = (byte) (slot.getValue() << 4);
if (enabled) {