WIP Resource event handling
[aquarium] / src / main / scala / gr / grnet / aquarium / DataSnapshot.scala
index a41f19c..53e69a8 100644 (file)
 package gr.grnet.aquarium
 
 /**
- * Timely snapshots of data.
+ * Timely snapshots of parts.
  *
- * We are interested only on the time aspect here, the data part is left open to the implementors.
+ * We are interested only on the time aspect here, the parts part is left open to the implementors.
  *
  * @author Christos KK Loverdos <loverdos@gmail.com>
  */
 trait DataSnapshot {
   /**
-   * The unix time (millis) when the data was actually calculated/obtained.
+   * The unix time (millis) when the parts was actually calculated/obtained.
    */
   def snapshotTime: Long
 }
\ No newline at end of file