Type name is discouraged. By convention, Java type names usually start with an uppercase letter

时间:2015-05-10 15:45:18   收藏:0   阅读:4053

在Eclipse中添加类的时候,提示如下信息:
Type name is discouraged. By convention, Java type names usually start with an uppercase letter
如下图:
技术分享

原因是输入的类名“Name”首字母没有大写,把首字母改为大写的就好了。

原文:http://blog.csdn.net/testcs_dn/article/details/45620955

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!