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

(-)src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java\tab 23 Jun 2005 16:02:24 -0000\tab 1.23\par (-2 / +4 lines)
Lines 7-12 \par Link Here
7
 *\par
7
 *\par
8
 * Contributors:\par
8
 * Contributors:\par
9
 *     QNX Software Systems - Initial API and implementation\par
9
 *     QNX Software Systems - Initial API and implementation\par
10
 *     Hewlett-Packard Development Company - Changed the access specifier of variables \par
11
 *     \tab\tab\tab\tab\tab\tab\tab\tab\tab      configMap and initialSelected to protected.\par
10
 *******************************************************************************/\par
12
 *******************************************************************************/\par
11
package org.eclipse.cdt.ui.dialogs;\par
13
package org.eclipse.cdt.ui.dialogs;\par
12
\par
14
\par
Lines 63-70 \par Link Here
63
\tab private static final String ATTR_VALUE_PRIVATE = "private"; //$NON-NLS-1$\par
65
\tab private static final String ATTR_VALUE_PRIVATE = "private"; //$NON-NLS-1$\par
64
\par
66
\par
65
\tab protected CheckedListDialogField binaryList;\par
67
\tab protected CheckedListDialogField binaryList;\par
66
\tab Map configMap;\par
68
\tab protected Map configMap;\par
67
\tab List initialSelected;\par
69
\tab protected List initialSelected;\par
68
\par
70
\par
69
\tab protected class BinaryParserConfiguration \{\par
71
\tab protected class BinaryParserConfiguration \{\par
70
\par
72
\par

Return to bug 143175