Author: bobtarling Date: 2010-07-18 14:47:41-0700 New Revision: 18530 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLAttributeInitialValueListModel.java
Log: Fix compiler some checkstyle warnings Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLAttributeInitialValueListModel.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLAttributeInitialValueListModel.java?view=diff&pathrev=18530&r1=18529&r2=18530 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLAttributeInitialValueListModel.java (original) +++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLAttributeInitialValueListModel.java 2010-07-18 14:47:41-0700 @@ -1,13 +1,13 @@ /* $Id$ ***************************************************************************** - * Copyright (c) 2009 Contributors - see below + * Copyright (c) 2009-2010 Contributors - see below * 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 * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * bobtarling + * Bob Tarling ***************************************************************************** * * Some portions of this file was previously release using the BSD License: @@ -39,7 +39,6 @@ package org.argouml.core.propertypanels.ui; import org.argouml.model.Model; -import org.argouml.uml.ui.UMLModelElementListModel2; /** * @author [email protected] @@ -49,6 +48,11 @@ extends UMLModelElementListModel { /** + * + */ + private static final long serialVersionUID = -5383828115449842679L; + + /** * Constructor for UMLDependencySupplierListModel. */ public UMLAttributeInitialValueListModel() { ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2634870 To unsubscribe from this discussion, e-mail: [[email protected]].
