mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Add missing annotations.
Change-Id: I62df355cd6b85a9cbedd467def188eed2f4222e1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
aac61a6123
commit
832f8d3d9d
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2005, 2017 QNX Software Systems and others.
|
||||
* Copyright (c) 2005, 2018 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
|
||||
|
@ -1592,6 +1592,7 @@ public class PDOMManager implements IWritableIndexManager, IListener {
|
|||
* is complete (contains all sources) and up to date.
|
||||
* @throws CoreException
|
||||
*/
|
||||
@Override
|
||||
public boolean isProjectContentSynced(ICProject cproject) throws CoreException {
|
||||
IStatus s = getProjectContentSyncState(cproject);
|
||||
return s == null;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2007, 2014 Intel Corporation and others.
|
||||
* Copyright (c) 2007, 2018 Intel Corporation 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
|
||||
|
@ -14,6 +14,7 @@ package org.eclipse.cdt.ui.newui;
|
|||
* @deprecated Doesn't do anything useful.
|
||||
* @noextend This class is not intended to be subclassed by clients.
|
||||
*/
|
||||
@Deprecated
|
||||
public class PropertyTester extends org.eclipse.core.expressions.PropertyTester {
|
||||
@Override
|
||||
public boolean test(Object receiver, String property, Object[] args, Object expectedValue) {
|
||||
|
|
Loading…
Add table
Reference in a new issue