|
|
e181f4 |
From 9763d7d30bcbb8bf56a6682bb7362f3de33a0802 Mon Sep 17 00:00:00 2001
|
|
|
e181f4 |
From: Marian Koncek <mkoncek@redhat.com>
|
|
|
e181f4 |
Date: Thu, 4 Feb 2021 15:17:13 +0100
|
|
|
e181f4 |
Subject: [PATCH] Remove Java 14 tests
|
|
|
e181f4 |
|
|
|
e181f4 |
---
|
|
|
e181f4 |
.../test/precompiled/SampleRecord.java | 24 -------------------
|
|
|
e181f4 |
1 file changed, 24 deletions(-)
|
|
|
e181f4 |
delete mode 100644 byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java
|
|
|
e181f4 |
|
|
|
e181f4 |
diff --git a/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java b/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java
|
|
|
e181f4 |
deleted file mode 100644
|
|
|
e181f4 |
index 522eefa..0000000
|
|
|
e181f4 |
--- a/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java
|
|
|
e181f4 |
+++ /dev/null
|
|
|
e181f4 |
@@ -1,24 +0,0 @@
|
|
|
e181f4 |
-/*
|
|
|
e181f4 |
- * Copyright 2014 - Present Rafael Winterhalter
|
|
|
e181f4 |
- *
|
|
|
e181f4 |
- * Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
e181f4 |
- * you may not use this file except in compliance with the License.
|
|
|
e181f4 |
- * You may obtain a copy of the License at
|
|
|
e181f4 |
- *
|
|
|
e181f4 |
- * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
e181f4 |
- *
|
|
|
e181f4 |
- * Unless required by applicable law or agreed to in writing, software
|
|
|
e181f4 |
- * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
e181f4 |
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
e181f4 |
- * See the License for the specific language governing permissions and
|
|
|
e181f4 |
- * limitations under the License.
|
|
|
e181f4 |
- */
|
|
|
e181f4 |
-package net.bytebuddy.test.precompiled;
|
|
|
e181f4 |
-
|
|
|
e181f4 |
-import net.bytebuddy.description.type.AbstractTypeDescriptionTest;
|
|
|
e181f4 |
-
|
|
|
e181f4 |
-import java.util.List;
|
|
|
e181f4 |
-
|
|
|
e181f4 |
-public record SampleRecord(@AbstractTypeDescriptionTest.SampleAnnotation @TypeAnnotation(42) List<@TypeAnnotation(84) String> foo) {
|
|
|
e181f4 |
- /* empty */
|
|
|
e181f4 |
-}
|
|
|
e181f4 |
--
|
|
|
e181f4 |
2.29.2
|
|
|
e181f4 |
|