From b20fae0499aa1af043a9dbd0f555a2c859a700d4 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 20 Apr 2021 11:59:12 +0200 Subject: [PATCH] Simplify JavaDoc in PasteOptions --- .../src/de/steamwar/bausystem/region/PasteOptions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BauSystem_API/src/de/steamwar/bausystem/region/PasteOptions.java b/BauSystem_API/src/de/steamwar/bausystem/region/PasteOptions.java index 022f982c..479b9fec 100644 --- a/BauSystem_API/src/de/steamwar/bausystem/region/PasteOptions.java +++ b/BauSystem_API/src/de/steamwar/bausystem/region/PasteOptions.java @@ -29,12 +29,12 @@ import lombok.Getter; public class PasteOptions { /** - * Used in 1.12 and 1.15 + * Used in 1.15 */ private final boolean rotate; /** - * Used in 1.12 and 1.15 + * Used in 1.15 */ private final boolean ignoreAir;