Indika: s/Namable/Nameable/ I think...
--Glen (sent from my phone) -----Original Message----- From: [email protected] Sent: Thursday, March 19, 2009 6:50 AM To: [email protected] Subject: svn commit: r755912 - in /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse: Identifiable.java Namable.java aspects/ComponentType.java aspects/statistics/StatisticsConfigurable.java Author: indika Date: Thu Mar 19 10:50:51 2009 New Revision: 755912 URL: http://svn.apache.org/viewvc?rev=755912&view=rev Log: Namable , identifiable and StatisticsConfigurable interfaces Added: synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Identifiable.java synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Namable.java synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/aspects/ComponentType.java synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/aspects/statistics/StatisticsConfigurable.java Added: synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Identifiable.java URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Identifiable.java?rev=755912&view=auto ============================================================================== --- synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Identifiable.java (added) +++ synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Identifiable.java Thu Mar 19 10:50:51 2009 @@ -0,0 +1,32 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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.apache.synapse; + +/** + * Identifiable i [The entire original message is not included] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
