Remove unused method
This commit is contained in:
parent
43be72d076
commit
d5b0d99a54
|
@ -43,10 +43,6 @@ public class AttributeValues {
|
||||||
return AttributeValue.builder().b(value).build();
|
return AttributeValue.builder().b(value).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static AttributeValue fromBoolean(boolean value) {
|
|
||||||
return AttributeValue.builder().bool(value).build();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static int toInt(AttributeValue av) {
|
private static int toInt(AttributeValue av) {
|
||||||
return Integer.parseInt(av.n());
|
return Integer.parseInt(av.n());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue