X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2FEditor.java;h=fa8a535ecf0f34fa2a975de10bfaf058ac258711;hp=564e74ff00cdf7b699fef18a9c66be37e552a74f;hb=31af1e054cccd52b7dba77fb1c931448eb3a20e9;hpb=16dcee64f6db922b5f56ac06e0ac6739b95658bb diff --git a/src/com/dogcows/Editor.java b/src/com/dogcows/Editor.java index 564e74f..fa8a535 100644 --- a/src/com/dogcows/Editor.java +++ b/src/com/dogcows/Editor.java @@ -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) {