From 4ab184198bd7eac67eb767cf2e19423f618a70ae Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 03 Jun 2011 17:44:19 -0400
Subject: [PATCH] GitNotes.  Unit testing.  More correct refs.

---
 src/com/gitblit/Constants.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index b674182..5523284 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -37,6 +37,8 @@
 
 	public static final String ZIP_SERVLET_PATH = "/zip/";
 
+	public static final String BORDER = "***********************************************************";
+
 	public static enum AccessRestrictionType {
 		NONE, PUSH, CLONE, VIEW;
 

--
Gitblit v1.9.1