1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-03-05 13:38:43 -05:00
parent 82274d4060
commit f3457c7a55

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2010 Wind River Systems, Inc. and others. * Copyright (c) 2008, 2015 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -36,7 +36,7 @@ import org.eclipse.jface.viewers.TreePath;
import org.eclipse.jface.viewers.TreeSelection; import org.eclipse.jface.viewers.TreeSelection;
/** /**
* Default DSF selection policy implementation modelled after platform version * Default DSF selection policy implementation modeled after platform version
* (<code>DefaultSelectionPolicy</code>). * (<code>DefaultSelectionPolicy</code>).
* @since 1.1 * @since 1.1
*/ */