mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 09:57:43 +01:00
add missing api patch
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: BillyGalbreath <Blake.Galbreath@Gmail.com>
|
||||||
|
Date: Tue, 4 Jan 2022 23:05:41 -0600
|
||||||
|
Subject: [PATCH] Add pufferfish added classes to junit exemptions
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/src/test/java/org/bukkit/AnnotationTest.java b/src/test/java/org/bukkit/AnnotationTest.java
|
||||||
|
index bbe81f7a420f913ffdcad913a3c43ff41ead41f5..49de298146814fdf238929e10270ac6717dd73bd 100644
|
||||||
|
--- a/src/test/java/org/bukkit/AnnotationTest.java
|
||||||
|
+++ b/src/test/java/org/bukkit/AnnotationTest.java
|
||||||
|
@@ -47,6 +47,10 @@ public class AnnotationTest {
|
||||||
|
"org/bukkit/plugin/java/PluginClassLoader",
|
||||||
|
// Generic functional interface
|
||||||
|
"org/bukkit/util/Consumer",
|
||||||
|
+ // Purpur start
|
||||||
|
+ "gg/pufferfish/pufferfish/sentry/SentryContext",
|
||||||
|
+ "gg/pufferfish/pufferfish/sentry/SentryContext$State",
|
||||||
|
+ // Purpur end
|
||||||
|
// Paper start
|
||||||
|
"io/papermc/paper/util/TransformingRandomAccessList",
|
||||||
|
"io/papermc/paper/util/TransformingRandomAccessList$TransformedListIterator",
|
||||||
Reference in New Issue
Block a user