[jboss-cvs] JBossAS SVN: r81059 - in trunk/jbossmq: src/main/org/jboss/mq/pm and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 14 10:05:07 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-14 10:05:07 -0500 (Fri, 14 Nov 2008)
New Revision: 81059

Modified:
   trunk/jbossmq/pom.xml
   trunk/jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerExt.java
Log:
fix svn properties


Property changes on: trunk/jbossmq/pom.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: trunk/jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerExt.java
===================================================================
--- trunk/jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerExt.java	2008-11-14 15:04:46 UTC (rev 81058)
+++ trunk/jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerExt.java	2008-11-14 15:05:07 UTC (rev 81059)
@@ -1,41 +1,41 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, 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.mq.pm;
-
-import javax.jms.JMSException;
-
-/**
- * PersistenceManagerExt.
- * 
- * @author <a href="adrian at jboss.com">Adrian Brock</a>
- * @version $Revision: 1.1 $
- */
-public interface PersistenceManagerExt
-{
-   /**
-    * Force the transaction to the log
-    * 
-    * @param tx the transaction
-    * @throws JMSException for any error
-    */
-   void forcePersistentTx(Tx tx) throws JMSException;
-}
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, 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.mq.pm;
+
+import javax.jms.JMSException;
+
+/**
+ * PersistenceManagerExt.
+ * 
+ * @author <a href="adrian at jboss.com">Adrian Brock</a>
+ * @version $Revision: 1.1 $
+ */
+public interface PersistenceManagerExt
+{
+   /**
+    * Force the transaction to the log
+    * 
+    * @param tx the transaction
+    * @throws JMSException for any error
+    */
+   void forcePersistentTx(Tx tx) throws JMSException;
+}


Property changes on: trunk/jbossmq/src/main/org/jboss/mq/pm/PersistenceManagerExt.java
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list