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:05:34 UTC

svn commit: r506806 - /incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js

Author: jmargaris
Date: Mon Feb 12 18:05:34 2007
New Revision: 506806

URL: http://svn.apache.org/viewvc?view=rev&rev=506806
Log:
using logger instead of LogFactory

Modified:
    incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js?view=diff&rev=506806&r1=506805&r2=506806
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js Mon Feb 12 18:05:34 2007
@@ -17,7 +17,7 @@
  *
  */
 
-Xap.require("xap.log.LogFactory");
+Xap.require("xap.log.Logger");