You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2010/01/19 19:27:30 UTC

svn commit: r900888 - /webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/ClassUtil.java

Author: tcunning
Date: Tue Jan 19 18:27:28 2010
New Revision: 900888

URL: http://svn.apache.org/viewvc?rev=900888&view=rev
Log:
JUDDI-326
Add headers.

Modified:
    webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/ClassUtil.java

Modified: webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/ClassUtil.java
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/ClassUtil.java?rev=900888&r1=900887&r2=900888&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/ClassUtil.java (original)
+++ webservices/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/ClassUtil.java Tue Jan 19 18:27:28 2010
@@ -1,5 +1,25 @@
+/*
+ * Copyright 2001-2010 The Apache Software Foundation.
+ * 
+ * Licensed 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.juddi;
 
+/**
+ * @author <a href="mailto:tcunning@apache.org">Tom Cunningham</a>
+ */
+
 public class ClassUtil {
     public static Class forName(String name, Class caller)
     	throws ClassNotFoundException



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org