[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[22262] jEdit/trunk/org/gjt/sp/jedit/jEdit.java
From:       Vampire0 () users ! sourceforge ! net
Date:       2012-09-28 14:12:27
Message-ID: E1THbIp-0007DS-Lf () sfp-svn-4 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 22262
          http://jedit.svn.sourceforge.net/jedit/?rev=22262&view=rev
Author:   Vampire0
Date:     2012-09-28 14:12:27 +0000 (Fri, 28 Sep 2012)
Log Message:
-----------
fix type in logging

Modified Paths:
--------------
    jEdit/trunk/org/gjt/sp/jedit/jEdit.java

Modified: jEdit/trunk/org/gjt/sp/jedit/jEdit.java
===================================================================
--- jEdit/trunk/org/gjt/sp/jedit/jEdit.java	2012-09-27 21:03:35 UTC (rev 22261)
+++ jEdit/trunk/org/gjt/sp/jedit/jEdit.java	2012-09-28 14:12:27 UTC (rev 22262)
@@ -498,7 +498,7 @@
 		KillRing.getInstance().load();
 		GUIUtilities.advanceSplashProgress("init various properties");
 
-		// other one-time migration services. 
+		// other one-time migration services.
 		OneTimeMigrationService.execute();
 
 		propertiesChanged();
@@ -1032,7 +1032,7 @@
 		}
 		EditBus.send(new PropertiesChanged(null));
 	} //}}}
-	
+
 	//}}} Property methods fold end
 
 	//{{{ Plugin management methods
@@ -2239,7 +2239,7 @@
 	//{{{ getBuffers() method
 	/**
 	 * Returns an array of all open buffers from any View.
-	 * @return  an array of all open buffers 
+	 * @return  an array of all open buffers
 	 * @see View#getBuffers()
 	 */
 	public static Buffer[] getBuffers()
@@ -2341,7 +2341,7 @@
 	 */
 	public static void checkBufferStatus(View view, boolean currentBuffer)
 	{
-		Log.log(Log.DEBUG, jEdit.class, "checkBufferStatus for " + 
+		Log.log(Log.DEBUG, jEdit.class, "checkBufferStatus for " +
 			(currentBuffer ? "current buffer: " + view.getBuffer() : "all buffers"));
 
 		// still need to call the status check even if the option is
@@ -2721,8 +2721,8 @@
 	 * started with the <code>-nosettings</code> command-line switch; do not
 	 * blindly use this method without checking for a <code>null</code>
 	 * return value first. <p>
-	 * 
-	 * <b>NOTE</b>: plugins should <b>not</b> use this directory as a base to 
+	 *
+	 * <b>NOTE</b>: plugins should <b>not</b> use this directory as a base to
 	 * store their files. Instead, they should use EditPlugin.getPluginHome().
 	 * @see EditPlugin#getPluginHome()
 	 */
@@ -3731,7 +3731,7 @@
 		String sLfNew = null;
 		LookAndFeel lfOld = UIManager.getLookAndFeel();
 		if (lfOld != null)
-			sLfOld = lfOld.getClass().getName(); 
+			sLfOld = lfOld.getClass().getName();
 
 		if (isStartupDone() && sLfOld != null && sLfOld.equals(lf))
 		{
@@ -3805,11 +3805,11 @@
 				(EventQueue.isDispatchThread() ? "edt"
 				                               : "non-edt") +
 				" old=" + sLfOld +
-				" requested=" + lf + 
+				" requested=" + lf +
 				" new=" + sLfNew );
 		if (lf == null || !lf.equals(sLfNew))
 			Log.log(Log.WARNING, jEdit.class,
-				"inifPLAF failed to set required l&f");
+				"initPLAF failed to set required l&f");
 
 		UIDefaults defaults = UIManager.getDefaults();
 
@@ -4119,7 +4119,7 @@
 
 				Log.log(Log.MESSAGE,jEdit.class,"Startup "
 					+ "complete: "
-					+ (System.currentTimeMillis() - 
+					+ (System.currentTimeMillis() -
 					   startupTime) + " ms");
 
 				//{{{ Report any plugin errors

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic