Fix slight JavaDoc formatting issue.

This commit is contained in:
md_5 2014-08-31 09:27:59 +10:00
parent 86c5e321f2
commit 87797ef719

View File

@ -28,9 +28,9 @@ public class ComponentBuilder
private TextComponent current;
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.
*/