Skip to content

Commit

Permalink
Fix more doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RednedEpic committed Aug 16, 2019
1 parent e70d56c commit af0f8ec
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.bukkit.entity.Player;

/**
* abstract VirtualPlayerFactory: handle the creation, tracking, & deletion of VirtualPlayers. <br/>
* abstract VirtualPlayerFactory: handle the creation, tracking, and deletion of VirtualPlayers.
* <pre>
* Abstractions:
* makeVirtualPlayer();
Expand All @@ -33,6 +33,8 @@ public abstract class VirtualPlayerFactory {

/**
* mc.alk.virtualplayers.nms.{version}.CraftVirtualPlayerFactory;.
*
* @return a new instance of the VirtualPlayerFactory
*/
public static synchronized VirtualPlayerFactory newInstance() {
if (factory != null) {
Expand Down

0 comments on commit af0f8ec

Please sign in to comment.