Skip to content

Commit

Permalink
Merge pull request #364 from ishimoto/Xiss
Browse files Browse the repository at this point in the history
removed some SJIS Encoded String and remove Warnings in Compiler
  • Loading branch information
ishimoto committed Jan 21, 2013
2 parents 35ee8c8 + 9bda13c commit 6586cf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Frameworks/Misc/ERXiss/Sources/main/er/xiss/ERXML.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public class ERXML {

/** バージョンID */
/** Version ID */
public static final NSTimestamp versionDate = new NSTimestamp(2009, 11, 24, 0, 0, 0, NSTimeZone.systemTimeZone());

/**
Expand Down
4 changes: 0 additions & 4 deletions Frameworks/Misc/ERXiss/Sources/main/er/xiss/ERXiss.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

public class ERXiss extends ERXFrameworkPrincipal {

//********************************************************************
// フレームワーク情報
//********************************************************************

public static String frameworkName() {
return "ERXiss";
}
Expand Down

0 comments on commit 6586cf0

Please sign in to comment.