Skip to content

Commit 25ebbca

Browse files
committed
Cosmetic.
1 parent cc23ff3 commit 25ebbca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/org/yccheok/jstock/gui/AjaxAutoCompleteJComboBox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ public void update(final AjaxGoogleSearchEngineMonitor subject, MatchSetType arg
362362
List<MatchType> matchTypes = new ArrayList<>();
363363
matchTypes.add(matchType);
364364
MatchSetType matchSetType = MatchSetType.newInstance(arg.Query, matchTypes);
365+
// Overwrite!
365366
arg = matchSetType;
366367
}
367368
}

src/org/yccheok/jstock/gui/AutoCompleteJComboBox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ public void update(final AjaxGoogleSearchEngineMonitor subject, MatchSetType arg
564564
List<MatchType> matchTypes = new ArrayList<>();
565565
matchTypes.add(matchType);
566566
MatchSetType matchSetType = MatchSetType.newInstance(arg.Query, matchTypes);
567+
// Overwrite!
567568
arg = matchSetType;
568569
}
569570
}

0 commit comments

Comments
 (0)