Do not add a blank line after copyright header
This commit is contained in:
committed by
Yan Zhulanow
parent
9bc08da6c6
commit
07cc21200a
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.lib
|
package com.intellij.debugger.streams.kotlin.lib
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder
|
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.lib
|
package com.intellij.debugger.streams.kotlin.lib
|
||||||
|
|
||||||
import com.intellij.debugger.streams.lib.LibrarySupport
|
import com.intellij.debugger.streams.lib.LibrarySupport
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.lib
|
package com.intellij.debugger.streams.kotlin.lib
|
||||||
|
|
||||||
import com.intellij.debugger.streams.lib.LibrarySupport
|
import com.intellij.debugger.streams.lib.LibrarySupport
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.lib
|
package com.intellij.debugger.streams.kotlin.lib
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.lib
|
package com.intellij.debugger.streams.kotlin.lib
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder
|
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.psi
|
package com.intellij.debugger.streams.kotlin.psi
|
||||||
|
|
||||||
import org.jetbrains.kotlin.psi.KtCallExpression
|
import org.jetbrains.kotlin.psi.KtCallExpression
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.psi.impl
|
package com.intellij.debugger.streams.kotlin.psi.impl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.psi.StreamCallChecker
|
import com.intellij.debugger.streams.kotlin.psi.StreamCallChecker
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin
|
package com.intellij.debugger.streams.kotlin
|
||||||
|
|
||||||
import com.intellij.debugger.streams.test.StreamChainBuilderTestCase
|
import com.intellij.debugger.streams.test.StreamChainBuilderTestCase
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin
|
package com.intellij.debugger.streams.kotlin
|
||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.dsl
|
package com.intellij.debugger.streams.kotlin.dsl
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinStatementFactory
|
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinStatementFactory
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.exec
|
package com.intellij.debugger.streams.kotlin.exec
|
||||||
|
|
||||||
import com.intellij.debugger.impl.OutputChecker
|
import com.intellij.debugger.impl.OutputChecker
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.exec
|
package com.intellij.debugger.streams.kotlin.exec
|
||||||
|
|
||||||
import com.intellij.debugger.impl.OutputChecker
|
import com.intellij.debugger.impl.OutputChecker
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.exec.java
|
package com.intellij.debugger.streams.kotlin.exec.java
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.exec.KotlinEvaluationTestCase
|
import com.intellij.debugger.streams.kotlin.exec.KotlinEvaluationTestCase
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.psi.java
|
package com.intellij.debugger.streams.kotlin.psi.java
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.psi.java
|
package com.intellij.debugger.streams.kotlin.psi.java
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2017 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-2017 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.debugger.streams.kotlin.psi.java
|
package com.intellij.debugger.streams.kotlin.psi.java
|
||||||
|
|
||||||
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
import com.intellij.debugger.streams.kotlin.KotlinPsiChainBuilderTestCase
|
||||||
|
|||||||
Reference in New Issue
Block a user