Author: julien(a)jboss.com
Date: 2007-12-04 10:19:58 -0500 (Tue, 04 Dec 2007)
New Revision: 9281
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/state/structural/StructuralStateModification.java
Log:
minor renaming
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/state/structural/StructuralStateModification.java
===================================================================
---
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/state/structural/StructuralStateModification.java 2007-12-04
15:14:34 UTC (rev 9280)
+++
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/state/structural/StructuralStateModification.java 2007-12-04
15:19:58 UTC (rev 9281)
@@ -43,11 +43,11 @@
/**
* Destruction of an object.
*/
- public final static class Destroy extends StructuralStateModification
+ public final static class Destruction extends StructuralStateModification
{
}
- public final static class Create extends StructuralStateModification
+ public final static class Creation extends StructuralStateModification
{
/** . */
@@ -59,7 +59,7 @@
/** . */
private final Map<String, String> properties;
- public Create(Class<? extends UIObject> type, String name, Map<String,
String> properties)
+ public Creation(Class<? extends UIObject> type, String name, Map<String,
String> properties)
{
this.type = type;
this.name = name;