James Moger
2011-11-16 e19d3da3cdb4e3d0524e3a3ffc6a2cfa8876e927
src/com/gitblit/models/AnnotatedLine.java
@@ -20,6 +20,13 @@
import org.eclipse.jgit.revwalk.RevCommit;
/**
 * AnnotatedLine is a serializable model class that represents a the most recent
 * author, date, and commit id of a line in a source file.
 *
 * @author James Moger
 *
 */
public class AnnotatedLine implements Serializable {
   private static final long serialVersionUID = 1L;