mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
cleanup, getByKey - add value mapper
GitOrigin-RevId: 4a6356dc2cb9f1a1834d64a524f824dab7af10a0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8ff880e707
commit
0532f2be19
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2018 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.jetbrains.python.module;
|
||||
|
||||
import com.jetbrains.python.PythonModuleTypeBase;
|
||||
@@ -7,8 +7,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public class PythonModuleType extends PythonModuleTypeBase<PythonModuleBuilderBase> {
|
||||
|
||||
public final class PythonModuleType extends PythonModuleTypeBase<PythonModuleBuilderBase> {
|
||||
@Override
|
||||
@NotNull
|
||||
public PythonModuleBuilder createModuleBuilder() {
|
||||
|
||||
Reference in New Issue
Block a user