Skip to content
Snippets Groups Projects
Commit b791c03e authored by Johannes Eder's avatar Johannes Eder
Browse files

small fix

refs 1841
parent f15ecf9a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ final class AnnotationEntry {
}
/** adds a new touple {@link IAnnotationValueProvider} {@link IAnnotatedSpecification} */
/** adds a new tuple {@link IAnnotationValueProvider} {@link IAnnotatedSpecification} */
public void addNewSpecification(IAnnotationValueProvider<IAnnotatedSpecification> provider,
IAnnotatedSpecification spec) {
providerSpecMapping.put(spec.getClass(), provider);
......
......@@ -37,7 +37,7 @@ import org.fortiss.tooling.kernel.ui.util.SelectionUtils;
* @version $Rev$
* @ConQAT.Rating RED Hash:
*/
public abstract class AnnotationViewPartBase2 extends ViewPart implements ISelectionListener {
public abstract class AnnotationViewPartBase extends ViewPart implements ISelectionListener {
/** the currently selected object */
private IModelElement currentlySelectedObject;
......
......@@ -53,7 +53,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @version $Rev$
* @ConQAT.Rating RED Hash:
*/
public class GenericAnnotationView extends AnnotationViewPartBase2 {
public class GenericAnnotationView extends AnnotationViewPartBase {
/** mapping of {@link IAnnotatedSpecification} -> TableViewerColumn */
private HashMap<Class<? extends IAnnotatedSpecification>, TableViewerColumn> columns =
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.base.ui.annotation;
/**
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
*/
public interface IAnnotationModelElementIterator {
// TODO
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment