From 7e3c150ca77576464677b7e037f1aec8181dbfb0 Mon Sep 17 00:00:00 2001 From: TobiasNx <61879957+TobiasNx@users.noreply.github.com> Date: Fri, 24 May 2024 12:18:07 +0200 Subject: [PATCH] Change author of testfile #347 Co-authored-by: Fabian Steeg --- .../test/java/org/metafacture/metafix/FindFixPathsTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metafix/src/test/java/org/metafacture/metafix/FindFixPathsTest.java b/metafix/src/test/java/org/metafacture/metafix/FindFixPathsTest.java index 7b2af44d..7ac8c5dd 100644 --- a/metafix/src/test/java/org/metafacture/metafix/FindFixPathsTest.java +++ b/metafix/src/test/java/org/metafacture/metafix/FindFixPathsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Fabian Steeg, hbz + * Copyright 2024 Tobias Bülte, hbz * * Licensed under the Apache License, Version 2.0 the "License"; * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ /** * Tests for class {@link FindFixPaths}. * - * @author Fabian Steeg + * @author Tobias Bülte * */ @ExtendWith(MockitoExtension.class)