[Fb-contrib-commit] SF.net SVN: fb-contrib: [800] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-01-28 21:01:53
|
Revision: 800 http://svn.sourceforge.net/fb-contrib/?rev=800&view=rev Author: dbrosius Date: 2007-01-28 13:01:52 -0800 (Sun, 28 Jan 2007) Log Message: ----------- inner classes s/b static if possible Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java 2007-01-28 21:00:11 UTC (rev 799) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java 2007-01-28 21:01:52 UTC (rev 800) @@ -274,7 +274,7 @@ return -1; } - class Loop + static class Loop { public int loopStart; public int loopFinish; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |