1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

JavaDoc adjustment.

This commit is contained in:
Sergey Prigogin 2013-09-13 16:31:33 -07:00
parent f22100e80b
commit 4d0b4e615f

View file

@ -11,7 +11,6 @@
*******************************************************************************/
package org.eclipse.cdt.make.ui;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
@ -61,8 +60,7 @@ import org.eclipse.swt.widgets.Display;
*/
public class MakeContentProvider implements ITreeContentProvider, IMakeTargetListener,
IResourceChangeListener, ICProjectDescriptionListener, IPreferenceChangeListener {
/** presentation of the content, i.e. for MakeView tree of for BuildTargetDialog table */
/** Presentation of the content, i.e. for MakeView tree or for BuildTargetDialog table */
protected boolean bFlatten;
protected StructuredViewer viewer;
@ -78,7 +76,7 @@ public class MakeContentProvider implements ITreeContentProvider, IMakeTargetLis
* Constructor.
*
* @param flat - {@code true} for "flat" representation for a table
* or {@code false} to represent as a tree.
* {@code false} to represent as a tree.
*/
public MakeContentProvider(boolean flat) {
bFlatten = flat;