From 85ad27ee704fa8c17345bbe46c959a3e6ccbd179 Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Mon, 17 Aug 2020 01:19:52 +0200 Subject: Remove unnecessary interface modifiers Signed-off-by: Lars Grefer --- .../aspectj/testing/harness/bridge/DirChanges.java | 200 ++++++++++----------- .../aspectj/testing/harness/bridge/IAjcRun.java | 22 +-- .../test/java/org/aspectj/testing/run/IRun.java | 30 ++-- .../java/org/aspectj/testing/run/IRunStatus.java | 100 +++++------ .../org/aspectj/testing/util/IntValidator.java | 18 +- .../org/aspectj/testing/util/ObjectChecker.java | 40 ++--- .../java/org/aspectj/testing/util/RunUtils.java | 2 +- .../java/org/aspectj/testing/util/SFileReader.java | 50 +++--- .../org/aspectj/testing/util/StringVisitor.java | 22 +-- 9 files changed, 242 insertions(+), 242 deletions(-) (limited to 'testing/src/test/java') diff --git a/testing/src/test/java/org/aspectj/testing/harness/bridge/DirChanges.java b/testing/src/test/java/org/aspectj/testing/harness/bridge/DirChanges.java index 5a3ad13ab..c19618a3d 100644 --- a/testing/src/test/java/org/aspectj/testing/harness/bridge/DirChanges.java +++ b/testing/src/test/java/org/aspectj/testing/harness/bridge/DirChanges.java @@ -1,14 +1,14 @@ /* ******************************************************************* - * Copyright (c) 1999-2001 Xerox Corporation, + * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). - * All rights reserved. - * This program and the accompanying materials are made available - * under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * Xerox/PARC initial implementation + * All rights reserved. + * This program and the accompanying materials are made available + * under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Xerox/PARC initial implementation * ******************************************************************/ package org.aspectj.testing.harness.bridge; @@ -40,7 +40,7 @@ import org.aspectj.util.LangUtil; *