-Added a class to serve up results to atom. A matching client C++ class should follow shortly.
-Generally beautified code


git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4148 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/971CV/src/org/frc971/ImageWithTimestamp.java b/971CV/src/org/frc971/ImageWithTimestamp.java
index 38f6937..8b43818 100644
--- a/971CV/src/org/frc971/ImageWithTimestamp.java
+++ b/971CV/src/org/frc971/ImageWithTimestamp.java
@@ -2,6 +2,7 @@
 
 import edu.wpi.first.wpijavacv.WPIColorImage;
 
+/** Small helper class for associating images and timestamps. */
 public class ImageWithTimestamp {
 	WPIColorImage image;
 	double timestamp;