Cleaned up git
[iotcloud.git] / version1 / src / java / iotcloud / Liveness.java
1 package iotcloud;
2
3 /**
4  * Interface common to both classes that record information about the
5  * last message sent by a machine.  (Either a Slot or a LastMessage.
6  * @author Brian Demsky <bdemsky@uci.edu>
7  * @version 1.0
8  */
9
10 interface Liveness {
11 }