Fixes issue
19413: Fix the documentation of the class
--- a/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/JSCompressor.java Wed Jan 04 13:22:17 2012 +0100
+++ b/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/JSCompressor.java Wed Jan 04 13:24:20 2012 +0100
@@ -27,7 +27,8 @@
import org.openbravo.base.provider.OBProvider;
/**
- * Compresses a JavaScript source using Closure Compiler http://code.google.com/p/closure-compiler/
+ * Compresses a JavaScript source using JSMin <br>
+ * http://code.google.com/p/jsmin-ant-task/
*
* @author mtaal
* @author iperdomo