From 246de918ccb9c092c4d30664ffe611f77b0c7398 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Tue, 21 Jan 2020 16:33:08 +0100 Subject: [PATCH] remove author (only some, where it is ok) GitOrigin-RevId: 7dbab7524fe4efc5d17a04b95dee88b6f80fbe8d --- .../modules/decompiler/stats/DummyExitStatement.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/org/jetbrains/java/decompiler/modules/decompiler/stats/DummyExitStatement.java b/src/org/jetbrains/java/decompiler/modules/decompiler/stats/DummyExitStatement.java index 0b6e58b..c1d4530 100644 --- a/src/org/jetbrains/java/decompiler/modules/decompiler/stats/DummyExitStatement.java +++ b/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 bytecode = null; // offsets of bytecode instructions mapped to dummy exit