From 6b08d237f0d8c344a99e2af2ccf955f056c4dd30 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 19 Jan 2010 15:05:15 +0000 Subject: [PATCH] cosmetics: @Override --- .../eclipse/cdt/managedbuilder/core/BuildListComparator.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/BuildListComparator.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/BuildListComparator.java index c2386459370..b1ac7af3850 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/BuildListComparator.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/BuildListComparator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2008 Intel Corporation and others. + * Copyright (c) 2007, 2010 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 @@ -28,6 +28,7 @@ public class BuildListComparator extends CDTListComparator { comparator = new BuildListComparator(); return comparator; } + @Override public int compare(Object a, Object b) { if (a == null || b == null) return 0;