svn commit: r19869 - trunk/src/argouml-core-model-euml/src/org/argouml/model/euml
[email protected] Sun, 29 Jan 2012 07:26:26 -0800 (PST)
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2012-01-29 07:26:26-0800
New Revision: 19869
Modified:
trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CollaborationsHelperEUMLImpl.java
trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CommandStackImpl.java
Log:
Some small style fixes.
Modified: trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CollaborationsHelperEUMLImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CollaborationsHelperEUMLImpl.java?view=diff&pathrev=19869&r1=19868&r2=19869
==============================================================================
--- trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CollaborationsHelperEUMLImpl.java (original)
+++ trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CollaborationsHelperEUMLImpl.java 2012-01-29 07:26:26-0800
@@ -1,5 +1,5 @@
// $Id$
-/*******************************************************************************
+/***********************************************************************
* Copyright (c) 2007,2010 Tom Morris and other contributors
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -8,7 +8,7 @@
*
* Contributors:
* Tom Morris - initial API and implementation
- *******************************************************************************/
+ ***********************************************************************/
package org.argouml.model.euml;
import java.util.Collection;
@@ -32,7 +32,8 @@
*
* @param implementation The ModelImplementation.
*/
- public CollaborationsHelperEUMLImpl(EUMLModelImplementation implementation) {
+ public CollaborationsHelperEUMLImpl(
+ EUMLModelImplementation implementation) {
modelImpl = implementation;
}
Modified: trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CommandStackImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CommandStackImpl.java?view=diff&pathrev=19869&r1=19868&r2=19869
==============================================================================
--- trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CommandStackImpl.java (original)
+++ trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/CommandStackImpl.java 2012-01-29 07:26:26-0800
@@ -1,5 +1,5 @@
// $Id$
-/*******************************************************************************
+/***********************************************************************
* Copyright (c) 2007,2010 Bogdan Pistol and other contributors
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -8,7 +8,7 @@
*
* Contributors:
* Bogdan Pistol - initial API and implementation
- *******************************************************************************/
+ ***********************************************************************/
package org.argouml.model.euml;
//import org.argouml.model.CommandStack;
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2912711
To unsubscribe from this discussion, e-mail: [[email protected]].