From 30b09f619f2141ca3972f9c7bbbe742e2d4d5351 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 23 Mar 2009 03:45:12 +0000
Subject: [PATCH] Fix pre-commit trailing space error.
---
opends/resource/DynamicConstants.java.stubs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/resource/DynamicConstants.java.stubs b/opends/resource/DynamicConstants.java.stubs
index 9f2176e..73f16da 100644
--- a/opends/resource/DynamicConstants.java.stubs
+++ b/opends/resource/DynamicConstants.java.stubs
@@ -129,7 +129,7 @@
/**
* The Subversion url repository location on which this build is based.
*/
- public static final String URL_REPOSITORY =
+ public static final String URL_REPOSITORY =
"${URL_REPOSITORY}";
/**
--
Gitblit v1.10.0