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, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 3589f49..5523284 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -38,7 +38,7 @@
 	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