• 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

Revision130 (tree)
Time2015-10-08 22:10:11
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjWeb/WEB-INF/src/project/web/processor/PatternSearchProcessor.java (revision 129)
+++ trunk/framework/pjWeb/WEB-INF/src/project/web/processor/PatternSearchProcessor.java (revision 130)
@@ -516,7 +516,7 @@
516516 * @param label ラベル配列
517517 * @param value 値配列
518518 */
519- public PatternInfo(final String id, final Map<String, String> query,
519+ PatternInfo(final String id, final Map<String, String> query,
520520 final List<String> label, final List<String> value) {
521521 this.defaultId = id;
522522 this.patternQuery = new HashMap<>(query);