Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 149193 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jface/viewers/EditingSupport.java (-3 / +1 lines)
Lines 7-12 Link Here
7
 *
7
 *
8
 * Contributors:
8
 * Contributors:
9
 *     IBM Corporation - initial API and implementation
9
 *     IBM Corporation - initial API and implementation
10
 *     Tom Shindl <tom.schindl@bestsolution.at> - initial API and implementation
10
 ******************************************************************************/
11
 ******************************************************************************/
11
12
12
package org.eclipse.jface.viewers;
13
package org.eclipse.jface.viewers;
Lines 17-25 Link Here
17
 * part of a work in progress. This API may change at any given time. Please 
18
 * part of a work in progress. This API may change at any given time. Please 
18
 * do not use this API without consulting with the Platform/UI team.
19
 * do not use this API without consulting with the Platform/UI team.
19
 * @since 3.3
20
 * @since 3.3
20
 * Contributors:
21
 *     IBM Corporation - initial API and implementation
22
 *     Tom Shindl <tom.schindl@bestsolution.at> - initial API and implementation
23
 * 
21
 * 
24
 */
22
 */
25
abstract class EditingSupport {
23
abstract class EditingSupport {

Return to bug 149193