• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision123 (tree)
Time2015-10-08 21:41:51
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjCom/src/project/common/EmailArticle.java (revision 122)
+++ trunk/framework/pjCom/src/project/common/EmailArticle.java (revision 123)
@@ -525,7 +525,7 @@
525525 * @param psn 人物
526526 * @throws UnsupportedEncodingException 例外
527527 */
528- public InternetAddressEx(final String ads, final String psn)
528+ InternetAddressEx(final String ads, final String psn)
529529 throws UnsupportedEncodingException {
530530 super(ads, psn, MojiUtil.CHARSET_XJIS.name());
531531 if (super.encodedPersonal != null) {
@@ -553,7 +553,7 @@
553553 * @param u ユーザID
554554 * @param p パスワード
555555 */
556- public Auth(final String u, final String p) {
556+ Auth(final String u, final String p) {
557557 this.user = u;
558558 this.password = p;
559559 }
@@ -582,7 +582,7 @@
582582 *
583583 * @param str 文字列
584584 */
585- public JisDataSource(final String str) {
585+ JisDataSource(final String str) {
586586 this.data = str;
587587 }
588588