IDEA-166029 static access to EP_NAME

This commit is contained in:
Vladimir Krivosheev
2016-12-29 11:08:19 +01:00
parent 19149a3e32
commit 62aa6fe038
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
* Copyright 2000-2016 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.
@@ -21,6 +21,7 @@ import com.intellij.util.Url
abstract class WebBrowserUrlProvider {
companion object {
@JvmStatic
val EP_NAME = ExtensionPointName.create<WebBrowserUrlProvider>("com.intellij.webBrowserUrlProvider")
}