Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fixed missing javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonodus committed Dec 16, 2014
1 parent 236c873 commit bbbe8be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/bukkit/material/EnderPortalFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
import org.bukkit.block.BlockFace;
import org.bukkit.Material;

/**
* Represents an EnderPortalFrame
*/
public class EnderPortalFrame extends MaterialData implements Directional {
public EnderPortalFrame() {
super(Material.ENDER_PORTAL_FRAME);
Expand Down

0 comments on commit bbbe8be

Please sign in to comment.