Clarify EPs

This commit is contained in:
JohnHake 2020-02-13 13:43:25 -08:00
parent a40396f062
commit 4d7184cbe2
3 changed files with 1 additions and 5 deletions

View File

@ -28,7 +28,7 @@ dependencies {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.3.2'
version '2019.3.3'
plugins 'java'
updateSinceUntilBuild = false
}

View File

@ -1,5 +1,3 @@
// 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 org.intellij.sdk.language;
import com.intellij.formatting.*;

View File

@ -1,5 +1,3 @@
// 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 org.intellij.sdk.language.psi.impl;
import com.intellij.extapi.psi.ASTWrapperPsiElement;