From 7f914e4a6a1edce1344dccb32621889782f01939 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Tue, 22 Apr 2014 17:09:52 -0700 Subject: Fixed a typo. --- .../src/org/eclipse/cdt/codan/core/model/IProblemReporter.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'codan/org.eclipse.cdt.codan.core') diff --git a/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/IProblemReporter.java b/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/IProblemReporter.java index 7a22c8280ab..fd7cc28a60a 100644 --- a/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/IProblemReporter.java +++ b/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/model/IProblemReporter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009, 2010 Alena Laskavaia + * Copyright (c) 2009, 2010 Alena Laskavaia * 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 @@ -12,9 +12,9 @@ package org.eclipse.cdt.codan.core.model; /** * IProblemReporter - interface to report problems. - * - * It is recommented to extend {@link AbstractProblemReporter} instead - * + * + * It is recommended to extend {@link AbstractProblemReporter} instead + * *

* EXPERIMENTAL. This class or interface has been added as * part of a work in progress. There is no guarantee that this API will @@ -30,7 +30,7 @@ public interface IProblemReporter { /** * Report a problem with "problemId" id on the location determined by "loc", * using problem specific error message customized by args. - * + * * @param problemId - id of the problem registered with a checker * @param loc - location object, can be created using * getRuntime().getProblemLocationFactory().createProblemLocation -- cgit v1.2.3