File tree Expand file tree Collapse file tree
src/main/java/com/junichi11/netbeans/modules/github/issues/query/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 149149 <Component id =" stateLabel" alignment =" 3" min =" -2" max =" -2" attributes =" 0" />
150150 <Component id =" stateComboBox" alignment =" 3" min =" -2" max =" -2" attributes =" 0" />
151151 </Group >
152- <EmptySpace min =" -2" max =" -2" attributes =" 0" />
153152 <Group type =" 103" groupAlignment =" 0" attributes =" 0" >
154153 <Group type =" 103" alignment =" 0" groupAlignment =" 3" attributes =" 0" >
155154 <Component id =" createdLabel" alignment =" 3" min =" -2" max =" -2" attributes =" 0" />
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ public String getIn() {
304304 }
305305
306306 public Type getType () {
307- return (Type ) noComboBox .getSelectedItem ();
307+ return (Type ) typeComboBox .getSelectedItem ();
308308 }
309309
310310 public No getNo () {
You can’t perform that action at this time.
0 commit comments