Remove usages of JoinedCharSequence (#2062)

This commit is contained in:
Hannes Greule
2023-01-11 00:07:24 +01:00
committed by GitHub
parent 452f968f07
commit bb0e201c52
3 changed files with 6 additions and 12 deletions

View File

@ -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;