This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

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

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- 203819
0
++ /export/home/ivan/proj/cnd-main3/terminal/src/org/netbeans/modules/terminal/ioprovider/TerminalIOProvider.java
Lines 60-66 Link Here
60
	return getIO(name, true, actions, ioContainer);
60
	return getIO(name, true, actions, ioContainer);
61
    }
61
    }
62
62
63
    private InputOutput getIO(String name,
63
    @Override
64
    public InputOutput getIO(String name,
64
	                      boolean newIO,
65
	                      boolean newIO,
65
			      Action[] actions,
66
			      Action[] actions,
66
			      IOContainer ioContainer) {
67
			      IOContainer ioContainer) {

Return to bug 182538