File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
util/src/main/java/io/kubernetes/client/util Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -276,18 +276,6 @@ public CustomRepresenter() {
276
276
this .representers .put (byte [].class , new RepresentByteArray ());
277
277
this .representers .put (Quantity .class , new RepresentQuantity ());
278
278
this .representers .put (OffsetDateTime .class , new RepresentDateTime ());
279
- /*
280
- this.representers.put(ArrayList.class, new Represent() {
281
- @Override
282
- public Node representData(Object data) {
283
- ArrayList arr = (ArrayList) data;
284
- if (arr.size() == 0) {
285
- // return representScalar(Tag.NULL, "null");
286
- return null;
287
- }
288
- return representSequence(Tag.SEQ, arr, FlowStyle.AUTO);
289
- }
290
- });*/
291
279
}
292
280
293
281
private class RepresentDateTime implements Represent {
You can’t perform that action at this time.
0 commit comments