remove author (only some, where it is ok)

GitOrigin-RevId: 7dbab7524fe4efc5d17a04b95dee88b6f80fbe8d
master
Vladimir Krivosheev 4 years ago committed by intellij-monorepo-bot
parent 4ca282df94
commit 246de918cc
  1. 5
      src/org/jetbrains/java/decompiler/modules/decompiler/stats/DummyExitStatement.java

@ -1,13 +1,10 @@
// Copyright 2000-2017 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 org.jetbrains.java.decompiler.modules.decompiler.stats;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
/**
* @author egor
*/
public class DummyExitStatement extends Statement {
public Set<Integer> bytecode = null; // offsets of bytecode instructions mapped to dummy exit

Loading…
Cancel
Save