View | Details | Raw Unified | Return to bug 45931
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line 37 Link Here
37
        private final String singleSpace = new String(" ");
Line 77 Link Here
77
                n.setText(emptyText);
78
                if (n.getText().length() > 0) {
78
--
79
                    n.setText(singleSpace);
80
                } else {
81
                    n.setText(emptyText);
82
                }

Return to bug 45931