You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ad...@apache.org on 2010/03/23 16:28:13 UTC

svn commit: r926617 - /mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java

Author: adc
Date: Tue Mar 23 15:28:13 2010
New Revision: 926617

URL: http://svn.apache.org/viewvc?rev=926617&view=rev
Log:
Test

Added:
    mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java   (with props)

Added: mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java
URL: http://svn.apache.org/viewvc/mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java?rev=926617&view=auto
==============================================================================
--- mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java (added)
+++ mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java Tue Mar 23 15:28:13 2010
@@ -0,0 +1,29 @@
+/**
+ * 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.mina.core;
+
+/**
+ * @version $Revision: $ $Date: $
+ */
+public class IoContext
+{
+    public static void wire(Object object)
+    {        
+    }
+}

Propchange: mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/sandbox/adc/ahc/mina3/src/main/java/org/apache/mina/core/IoContext.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain