mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
refactor: Address .editorconfig
violations
This commit is contained in:
@ -23,6 +23,7 @@ package com.sk89q.worldedit.bukkit.adapter;
|
||||
* Reflection helper to deal with obfuscation.
|
||||
*/
|
||||
public class Refraction {
|
||||
|
||||
private static final String MOJANG_MAPPED_CLASS_NAME = "net.minecraft.nbt.ListTag";
|
||||
private static final boolean IS_MOJANG_MAPPED;
|
||||
|
||||
@ -43,4 +44,5 @@ public class Refraction {
|
||||
|
||||
private Refraction() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user