1
0
forked from kalmar/DALGLI0

Zaktualizuj 'Decoding.java'

This commit is contained in:
Rafał Dąbkowski 2018-06-27 14:58:13 +00:00
parent 64a6262f4e
commit 3b64f2da3a

View File

@ -46,12 +46,6 @@ public class Decoding {
check = true;
} else
check = false;
// String m = arg.substring(0, arg.length()-2);
// String fcs = arg.substring(arg.length()-2);
// Encoding e = new Encoding(m);
// if (e.getFcsChars().equals(fcs)) check = true;
// else check = false;
}
public Boolean getCheck() {