Fix package-before-copyright in GerritLauncher
This class used to be in the default package (and thus had no package statement), but then we moved it into a package and Eclipse inserted the package statement before our standard copyright header. Change-Id: I342e8d6466a7a9b1b466f8f971df7598448038c8 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
99cdf558f9
commit
0d57df4e73
@ -1,5 +1,3 @@
|
||||
package com.google.gerrit.launcher;
|
||||
|
||||
// Copyright (C) 2009 The Android Open Source Project
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -14,6 +12,8 @@ package com.google.gerrit.launcher;
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package com.google.gerrit.launcher;
|
||||
|
||||
import static java.util.concurrent.TimeUnit.DAYS;
|
||||
import static java.util.concurrent.TimeUnit.MILLISECONDS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user