mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Remove usages of JoinedCharSequence (#2062)
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
package com.fastasyncworldedit.core.util;
|
||||
|
||||
/**
|
||||
* @deprecated Unused, will be removed in the future. Use String concatenation instead.
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
public class JoinedCharSequence implements CharSequence {
|
||||
|
||||
private char join;
|
||||
|
Reference in New Issue
Block a user