Server update

This commit is contained in:
Alexander Nozik 2017-05-29 17:06:14 +03:00
parent d86a6c46c7
commit abb80ba1aa

View File

@ -63,4 +63,10 @@ public abstract class DeviceViewConnection<D extends Device> extends DeviceConne
bindings.get(name).invalidate();
}
}
// /**
// * The small view for
// * @return
// */
// public abstract Optional<Parent> getBoardView();
}