Minor change

This commit is contained in:
misaochan 2015-12-24 15:23:11 +13:00
parent ca87e5a4ef
commit fa060bb41e

View file

@ -174,8 +174,7 @@ public class MwVolleyApi {
return "No collection of categories";
}
else {
String[] categoryArray = categorySet.toArray(new String[0]);
return categoryArray.toString();
return categorySet.toString();
}
}