Tweaked code indentation and formatting to match existing style

This commit is contained in:
Eric Scharff
2008-07-03 10:49:08 -06:00
parent befdfa4e9e
commit bba4f75c2f
7 changed files with 115 additions and 156 deletions

View File

@ -417,6 +417,6 @@ public final class Class <T> {
}
public boolean desiredAssertionStatus() {
return false;
return false;
}
}