Fix typo.

This commit is contained in:
dg2-new
2015-09-20 19:23:50 +00:00
parent b81cbedd5c
commit c56f686d8c

View File

@@ -1286,7 +1286,7 @@ public class Snark
/** SnarkSnutdown callback unused */ /** SnarkSnutdown callback unused */
public void shutdown() public void shutdown()
{ {
// Should not be necessary since all non-deamon threads should // Should not be necessary since all non-daemon threads should
// have died. But in reality this does not always happen. // have died. But in reality this does not always happen.
//System.exit(0); //System.exit(0);
} }