mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-10 20:49:55 +01:00
Fix slight JavaDoc formatting issue.
This commit is contained in:
parent
86c5e321f2
commit
87797ef719
@ -28,9 +28,9 @@ public class ComponentBuilder
|
|||||||
private TextComponent current;
|
private TextComponent current;
|
||||||
private final List<BaseComponent> parts = new ArrayList<>();
|
private final List<BaseComponent> parts = new ArrayList<>();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a ComponentBuilder from the other given ComponentBuilder to clone it.
|
* Creates a ComponentBuilder from the other given ComponentBuilder to clone
|
||||||
|
* it.
|
||||||
*
|
*
|
||||||
* @param original the original for the new ComponentBuilder.
|
* @param original the original for the new ComponentBuilder.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user