• 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

Revision213 (tree)
Time2016-01-22 20:13:42
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwOnline/src/online/view/ViewUtil.java (revision 212)
+++ trunk/framework/fwOnline/src/online/view/ViewUtil.java (revision 213)
@@ -201,16 +201,16 @@
201201 } else if (str.startsWith(""", i)) {
202202 after = "\"";
203203 ahead = i + """.length();
204- // XML
205204 } else if (str.startsWith("'", i)) {
205+ // XML
206206 after = "'";
207207 ahead = i + "'".length();
208- // XML
209208 } else if (str.startsWith(""", i)) {
209+ // XML
210210 after = "\"";
211211 ahead = i + """.length();
212- // XML
213212 } else if (str.startsWith("'", i)) {
213+ // XML
214214 after = "'";
215215 ahead = i + "'".length();
216216 } else if (mapping != null) {