mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
JavaDoc warnings
This commit is contained in:
parent
4fe00329b1
commit
5546676b90
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2000, 2008 QNX Software Systems and others.
|
||||
* Copyright (c) 2000, 2010 QNX Software Systems and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -51,14 +51,14 @@ public class MakefileReconcilingStrategy implements IReconcilingStrategy {
|
|||
}
|
||||
|
||||
/**
|
||||
* @see IReconcilingStrategy#reconcile(document)
|
||||
* @see IReconcilingStrategy#setDocument(IDocument)
|
||||
*/
|
||||
public void setDocument(IDocument document) {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @see IReconcilingStrategy#reconcile(region)
|
||||
* @see IReconcilingStrategy#reconcile(IRegion)
|
||||
*/
|
||||
public void reconcile(IRegion region) {
|
||||
// We use a trick to avoid running the reconciler multiple times
|
||||
|
@ -72,7 +72,7 @@ public class MakefileReconcilingStrategy implements IReconcilingStrategy {
|
|||
}
|
||||
|
||||
/**
|
||||
* @see IReconcilingStrategy#reconcile(dirtyRegion, region)
|
||||
* @see IReconcilingStrategy#reconcile(DirtyRegion, IRegion)
|
||||
*/
|
||||
public void reconcile(DirtyRegion dirtyRegion, IRegion region) {
|
||||
// FIXME: This seems to generate to much flashing in
|
||||
|
|
Loading…
Add table
Reference in a new issue