Skip to content
Snippets Groups Projects
Commit 5876d31e authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Rename due to spelling mistake

parent 6602e8bb
No related branches found
No related tags found
1 merge request!81JFX: Base classes
......@@ -24,11 +24,11 @@ import org.fortiss.tooling.kernel.model.INamedElement;
*
* @author diewald
*/
public class NamedLayoutedRectengularContentVisual<T extends INamedElement & ILayoutedModelElement>
public class NamedLayoutedRectangularContentVisual<T extends INamedElement & ILayoutedModelElement>
extends LayoutedRectangularContentVisualBase<T> {
/** Constructor. */
public NamedLayoutedRectengularContentVisual(IContentMVCBundle mvcb, Class<T> modelType) {
public NamedLayoutedRectangularContentVisual(IContentMVCBundle mvcb, Class<T> modelType) {
super(mvcb, modelType);
}
......
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