Fix cycle on paper plugin toString (#9392)

This commit is contained in:
Owen1212055 2023-06-24 17:37:38 -04:00
parent 08197c3a58
commit ec0be3fbf2

View file

@ -1046,7 +1046,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ "libraryLoader=" + this.libraryLoader +
+ ", seenIllegalAccess=" + this.seenIllegalAccess +
+ ", loadedJavaPlugin=" + this.loadedJavaPlugin +
+ ", group=" + this.group +
+ '}';
+ }
+