From 1f8d64c975505a062a6c453fd2ff4f9861905e70 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 12 Jul 2007 15:27:09 +0000
Subject: [PATCH] expanded comment

---
 opends/src/quicksetup/org/opends/quicksetup/util/Utils.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index c69dab6..85fab21 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1454,8 +1454,11 @@
 
       // This is not a comprehensive solution but addresses
       // the few tags that we have in Resources.properties
-      // at the moment.  See test class for cases that might
-      // cause problems.
+      // at the moment.  Note that the following might strip
+      // out more than is intended for non-tags like
+      // '<your name here>' or for funky tags like
+      // '<tag attr="1 > 0">'. See test class for cases that
+      // might cause problems.
       o = s.replaceAll("\\<.*?\\>","");
 
     }

--
Gitblit v1.10.0