399dbb152d4114e15810ab147fc429357e28e4a5
[ldk-java] / ts / structs / DecodeError.ts
1
2 import CommonBase from './CommonBase';
3 import * as bindings from '../bindings' // TODO: figure out location
4
5 public class DecodeError extends CommonBase {
6         DecodeError(Object _dummy, long ptr) { super(ptr); }
7         @Override @SuppressWarnings("deprecation")
8         protected void finalize() throws Throwable {
9                 super.finalize();
10                 if (ptr != 0) { bindings.DecodeError_free(ptr); }
11         }
12
13 }