[jboss-cvs] JBossAS SVN: r59242 - projects/aop/branches/arrays/aop/src/test/org/jboss/test/aop/array

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 28 18:32:32 EST 2006


Author: kabir.khan at jboss.com
Date: 2006-12-28 18:32:30 -0500 (Thu, 28 Dec 2006)
New Revision: 59242

Added:
   projects/aop/branches/arrays/aop/src/test/org/jboss/test/aop/array/ClassForReference.java
Log:
Add the missing ArrayReference files

Added: projects/aop/branches/arrays/aop/src/test/org/jboss/test/aop/array/ClassForReference.java
===================================================================
--- projects/aop/branches/arrays/aop/src/test/org/jboss/test/aop/array/ClassForReference.java	2006-12-28 23:31:34 UTC (rev 59241)
+++ projects/aop/branches/arrays/aop/src/test/org/jboss/test/aop/array/ClassForReference.java	2006-12-28 23:32:30 UTC (rev 59242)
@@ -0,0 +1,36 @@
+/*
+* JBoss, Home of Professional Open Source.
+* Copyright 2006, Red Hat Middleware LLC, and individual contributors
+* as indicated by the @author tags. See the copyright.txt file in the
+* distribution for a full listing of individual contributors. 
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/ 
+package org.jboss.test.aop.array;
+
+/**
+ * 
+ * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
+ * @version $Revision: 1.1 $
+ */
+public class ClassForReference
+{
+   public Object[] fieldA;
+   public Object[] fieldB;
+   
+   public static Object[] staticA;
+   public static Object[] staticB;
+}




More information about the jboss-cvs-commits mailing list