mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
cleanup
GitOrigin-RevId: 0a497f91dc4bb7e5ef2cb74fca520b3bbef22b30
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4b789aec42
commit
48a558e6b0
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.openapi.compiler;
|
||||
|
||||
import com.intellij.execution.configurations.RunConfiguration;
|
||||
@@ -219,6 +219,7 @@ public abstract class CompilerManager {
|
||||
* @return true if make on the scope specified wouldn't do anything or false if something is to be compiled or deleted
|
||||
*/
|
||||
public abstract boolean isUpToDate(@NotNull CompileScope scope);
|
||||
|
||||
/**
|
||||
* Rebuild the whole project from scratch. Compiler excludes are honored.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user