Just a tiny correction for GameProfile Javadocs

This commit is contained in:
Devil Boy 2013-12-05 19:38:29 -08:00
parent 7f4f2bb724
commit 745c4054a3

View File

@ -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.
*/