From d19549897c0c373522e29fdcf0701edfd4956ae2 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 03 Jul 2014 16:21:01 -0400
Subject: [PATCH] Merged #128 "Move apt folder from 'dagger' to 'gen'"

---
 src/main/java/com/gitblit/Launcher.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/gitblit/Launcher.java b/src/main/java/com/gitblit/Launcher.java
index ed465f0..68a9dbf 100644
--- a/src/main/java/com/gitblit/Launcher.java
+++ b/src/main/java/com/gitblit/Launcher.java
@@ -33,9 +33,9 @@
  * folders and then calls the application main. Using this technique we do not
  * have to specify a classpath and we can dynamically add jars to the
  * distribution.
- * 
+ *
  * @author James Moger
- * 
+ *
  */
 public class Launcher {
 
@@ -120,7 +120,7 @@
 
 	/**
 	 * Adds a file to the classpath
-	 * 
+	 *
 	 * @param f
 	 *            the file to be added
 	 * @throws IOException

--
Gitblit v1.9.1