mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
cleanup
This commit is contained in:
@@ -29,16 +29,18 @@ public class PythonFacet extends LibraryContributingFacet<PythonFacetConfigurati
|
||||
|
||||
public PythonFacet(@NotNull final FacetType facetType,
|
||||
@NotNull final Module module,
|
||||
final @NotNull String name,
|
||||
@NotNull final String name,
|
||||
@NotNull final PythonFacetConfiguration configuration,
|
||||
Facet underlyingFacet) {
|
||||
super(facetType, module, name, configuration, underlyingFacet);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateLibrary() {
|
||||
PythonFacetUtil.updateLibrary(getModule(), getConfiguration());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeLibrary() {
|
||||
PythonFacetUtil.removeLibrary(getModule());
|
||||
}
|
||||
@@ -47,6 +49,7 @@ public class PythonFacet extends LibraryContributingFacet<PythonFacetConfigurati
|
||||
return sdkName + PYTHON_FACET_LIBRARY_NAME_SUFFIX;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initFacet() {
|
||||
updateLibrary();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user