]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/Editor.java
cleaned up the preferences dialog
[chaz/vimcoder] / src / com / dogcows / Editor.java
index 564e74ff00cdf7b699fef18a9c66be37e552a74f..fa8a535ecf0f34fa2a975de10bfaf058ac258711 100644 (file)
@@ -241,8 +241,7 @@ public class Editor
          * get the return code from the child if we can.  The workaround here is
          * to stall the thread for a little while or until we know the child
          * does exit.  If the child never exits before the timeout, we will
-         * assume it is not backgrounding and that everything worked.  This all
-         * works very well in practice, but perhaps there's a better way... */
+         * assume it is not backgrounding and that everything worked. */
         long expire = System.currentTimeMillis() + 250;
         while (System.currentTimeMillis() < expire)
         {
This page took 0.018547 seconds and 4 git commands to generate.