mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (warnings; formatting)
This commit is contained in:
+6
-7
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2012 JetBrains s.r.o.
|
||||
* Copyright 2000-2017 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -13,16 +13,15 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* @author max
|
||||
*/
|
||||
package com.intellij.psi.impl.compiled;
|
||||
|
||||
/**
|
||||
* @author max
|
||||
*/
|
||||
public class OutOfOrderInnerClassException extends RuntimeException {
|
||||
|
||||
@SuppressWarnings("NonSynchronizedMethodOverridesSynchronizedMethod")
|
||||
@Override
|
||||
public Throwable fillInStackTrace() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2012 JetBrains s.r.o.
|
||||
* Copyright 2000-2017 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -28,7 +28,7 @@ public abstract class FrameTitleBuilder {
|
||||
return ServiceManager.getService(FrameTitleBuilder.class);
|
||||
}
|
||||
|
||||
public abstract String getProjectTitle(@NotNull final Project project);
|
||||
public abstract String getProjectTitle(@NotNull Project project);
|
||||
|
||||
public abstract String getFileTitle(@NotNull final Project project, @NotNull final VirtualFile file);
|
||||
}
|
||||
public abstract String getFileTitle(@NotNull Project project, @NotNull VirtualFile file);
|
||||
}
|
||||
Reference in New Issue
Block a user