From 745c4054a368fb0851654a5a4f53676621cb5c44 Mon Sep 17 00:00:00 2001 From: Devil Boy Date: Thu, 5 Dec 2013 19:38:29 -0800 Subject: [PATCH] Just a tiny correction for GameProfile Javadocs --- .../com/comphenix/protocol/wrappers/WrappedGameProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedGameProfile.java b/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedGameProfile.java index f390b208..07dd9f14 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedGameProfile.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedGameProfile.java @@ -60,7 +60,7 @@ public class WrappedGameProfile { } /** - * Construct a new game profile with the same ID, but different id. + * Construct a new game profile with the same ID, but different name. * @param name - the new name of the profile to create. * @return The new game profile. */