Skip to content

Commit

Permalink
Add TODOs for removing extraneous code for GUI norm bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudynk committed Apr 27, 2015
1 parent b578e5a commit 01dff9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
* and open the template in the editor.
*/

/* TODO: cleanup unused code for binding the Y-unit values to the integration
* Y-unit dropdown menu
*/
package cfa.vo.sed.science.stacker;

import java.beans.PropertyChangeListener;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public SedStackerFrame(IrisApplication app, IWorkspace ws) {
// normalization comboBoxes. Chooses the list of units available
// based on the normalization type chosen (Value, Median, or Average).
// Also disable Y value text box if using Average or Median.

//TODO: cleanup unused code.
integrationNormType.addActionListener( new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
Expand Down

0 comments on commit 01dff9d

Please sign in to comment.