From 671c19d3695a165687d621690fdb52ac453070b9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 25 Jul 2011 16:47:22 -0400
Subject: [PATCH] Cleanup imports and formatting.

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

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 766f7c2..4297dbd 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -51,6 +51,9 @@
 
 	public static final String BORDER = "***********************************************************";
 
+	/**
+	 * Enumeration representing the 4 access restriction levels.
+	 */
 	public static enum AccessRestrictionType {
 		NONE, PUSH, CLONE, VIEW;
 

--
Gitblit v1.9.1