No need to expose the MinecraftVersion class.

This commit is contained in:
Kristian S. Stangeland 2012-12-27 14:23:22 +01:00
parent 0f30a11510
commit 01b9e15930
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>1.8.4-SNAPSHOT</version>
<version>1.8.5-SNAPSHOT</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://dev.bukkit.org/server-mods/protocollib/</url>
<developers>

View File

@ -14,7 +14,7 @@ import com.google.common.collect.Ordering;
*
* @author Kristian
*/
public class MinecraftVersion implements Comparable<MinecraftVersion> {
class MinecraftVersion implements Comparable<MinecraftVersion> {
/**
* Regular expression used to parse version strings.
*/