You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/02/13 02:10:20 UTC

svn commit: r506810 - /incubator/xap/trunk/codebase/src/xap/data/formatter/JsFormatterImpl.js

Author: jmargaris
Date: Mon Feb 12 18:10:20 2007
New Revision: 506810

URL: http://svn.apache.org/viewvc?view=rev&rev=506810
Log:
remvoed bad (and unused)) getLog()

Modified:
    incubator/xap/trunk/codebase/src/xap/data/formatter/JsFormatterImpl.js

Modified: incubator/xap/trunk/codebase/src/xap/data/formatter/JsFormatterImpl.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/data/formatter/JsFormatterImpl.js?view=diff&rev=506810&r1=506809&r2=506810
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/data/formatter/JsFormatterImpl.js (original)
+++ incubator/xap/trunk/codebase/src/xap/data/formatter/JsFormatterImpl.js Mon Feb 12 18:10:20 2007
@@ -71,14 +71,6 @@
 //-----------------------------------------------------------------------
 // Protected Methods.
 //-----------------------------------------------------------------------
-/**
- * @protected
- * @return {Log}
-**/
-xap.data.formatter.JsFormatterImpl.prototype.getLog = function () {
-	return LogFactory.getLog("Formatter");
-};
-
 
 /**
  * @protected