cleanup, getByKey - add value mapper

GitOrigin-RevId: 4a6356dc2cb9f1a1834d64a524f824dab7af10a0
This commit is contained in:
Vladimir Krivosheev
2020-04-21 09:49:26 +02:00
committed by intellij-monorepo-bot
parent 8ff880e707
commit 0532f2be19
12 changed files with 157 additions and 134 deletions

View File

@@ -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() {