You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by indika kumara <in...@gmail.com> on 2009/03/19 11:59:03 UTC

Re: 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

Thanks Glen I will correct

Thanks
Indika

On Thu, Mar 19, 2009 at 4:24 PM, Glen Daniels <gl...@thoughtcraft.com> wrote:
> Indika:
>
> s/Namable/Nameable/ I think...
>
> --Glen
> (sent from my phone)
>
> -----Original Message-----
> From: indika@apache.org
> Sent: Thursday, March 19, 2009 6:50 AM
> To: commits@synapse.apache.org
> 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: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org