mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
Minor code cleanup
This commit is contained in:
@@ -132,7 +132,7 @@ public class ForkMain {
|
||||
|
||||
private static class Run {
|
||||
|
||||
void run(ObjectInputStream is, ObjectOutputStream os) throws Exception {
|
||||
void run(ObjectInputStream is, ObjectOutputStream os) {
|
||||
try {
|
||||
runTests(is, os);
|
||||
} catch (RunAborted e) {
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
package sbt;
|
||||
|
||||
public enum ForkTags {
|
||||
Error, Warn, Info, Debug, Done;
|
||||
Error, Warn, Info, Debug, Done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user