svnno****@sourc*****
svnno****@sourc*****
2008年 10月 27日 (月) 21:42:57 JST
Revision: 2054 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=2054 Author: daisuke_m Date: 2008-10-27 21:42:57 +0900 (Mon, 27 Oct 2008) Log Message: ----------- TreeWalker: Got an exception - Unexpected character対策。 Modified Paths: -------------- artemis/trunk/org.jiemamy.project/checkstyle.xml -------------- next part -------------- Modified: artemis/trunk/org.jiemamy.project/checkstyle.xml =================================================================== --- artemis/trunk/org.jiemamy.project/checkstyle.xml 2008-10-27 11:15:27 UTC (rev 2053) +++ artemis/trunk/org.jiemamy.project/checkstyle.xml 2008-10-27 12:42:57 UTC (rev 2054) @@ -10,6 +10,7 @@ <module name="Checker"> <property name="severity" value="warning"/> <module name="TreeWalker"> + <property name="charset" value="UTF-8"/> <module name="ConstantName"/> <module name="LocalFinalVariableName"/> <module name="LocalVariableName"/>