[jboss-svn-commits] JBL Code SVN: r25021 - in labs/jbosslabs/labs-3.0-build/integration/cs-settings/src: test/java/org/jboss/labs/clearspace/plugin/settings and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 30 09:34:34 EST 2009
Author: lkrzyzanek
Date: 2009-01-30 09:34:34 -0500 (Fri, 30 Jan 2009)
New Revision: 25021
Modified:
labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/main/java/org/jboss/labs/clearspace/plugin/settings/struts/SettingsAdminAction.java
labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/test/java/org/jboss/labs/clearspace/plugin/settings/SettingsPluginTest.java
Log:
javadoc changed
Modified: labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/main/java/org/jboss/labs/clearspace/plugin/settings/struts/SettingsAdminAction.java
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/main/java/org/jboss/labs/clearspace/plugin/settings/struts/SettingsAdminAction.java 2009-01-30 14:34:04 UTC (rev 25020)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/main/java/org/jboss/labs/clearspace/plugin/settings/struts/SettingsAdminAction.java 2009-01-30 14:34:34 UTC (rev 25021)
@@ -1,7 +1,7 @@
/*
* JBoss.org http://jboss.org/
*
-* Copyright © 2008 Red Hat Middleware, LLC. All rights reserved.
+* Copyright (c) 2009 Red Hat Middleware, LLC. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
Modified: labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/test/java/org/jboss/labs/clearspace/plugin/settings/SettingsPluginTest.java
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/test/java/org/jboss/labs/clearspace/plugin/settings/SettingsPluginTest.java 2009-01-30 14:34:04 UTC (rev 25020)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-settings/src/test/java/org/jboss/labs/clearspace/plugin/settings/SettingsPluginTest.java 2009-01-30 14:34:34 UTC (rev 25021)
@@ -1,24 +1,24 @@
/*
-* JBoss.org http://jboss.org/
-*
-* Copyright © 2008 Red Hat Middleware, LLC. All rights reserved.
-*
-* This copyrighted material is made available to anyone wishing to use,
-* modify, copy, or redistribute it subject to the terms and conditions
-* of the GNU Lesser General Public License, v. 2.1.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT A 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, v.2.1 along with this distribution; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-* 02110-1301, USA.
-*
-* Red Hat Author(s): Libor Krzyzanek, Ryszard Kozmik
-*/
+ * JBoss.org http://jboss.org/
+ *
+ * Copyright (c) 2009 Red Hat Middleware, LLC. All rights reserved.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT A 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, v.2.1 along with this distribution; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
+ *
+ * Red Hat Author(s): Libor Krzyzanek, Ryszard Kozmik
+ */
package org.jboss.labs.clearspace.plugin.settings;
import static org.junit.Assert.fail;
@@ -29,7 +29,6 @@
* Test for SettingsPlugin class
*
* @author <a href="mailto:lkrzyzan at redhat.com">Libor Krzyzanek</a>
- *
*/
public class SettingsPluginTest {
More information about the jboss-svn-commits
mailing list