[jboss-svn-commits] JBL Code SVN: r23363 - labs/jbossesb/workspace/skeagh/runtime/src/main/java/org/jboss/esb/test.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Oct 8 03:09:15 EDT 2008
Author: beve
Date: 2008-10-08 03:09:15 -0400 (Wed, 08 Oct 2008)
New Revision: 23363
Modified:
labs/jbossesb/workspace/skeagh/runtime/src/main/java/org/jboss/esb/test/JmsTestBusProvider.java
Log:
checkstyle cleanup
Modified: labs/jbossesb/workspace/skeagh/runtime/src/main/java/org/jboss/esb/test/JmsTestBusProvider.java
===================================================================
--- labs/jbossesb/workspace/skeagh/runtime/src/main/java/org/jboss/esb/test/JmsTestBusProvider.java 2008-10-08 07:08:22 UTC (rev 23362)
+++ labs/jbossesb/workspace/skeagh/runtime/src/main/java/org/jboss/esb/test/JmsTestBusProvider.java 2008-10-08 07:09:15 UTC (rev 23363)
@@ -74,7 +74,7 @@
private String providerUrl = DEFAULT_PROVIDER_URL;
/**
- * Jms broker
+ * Jms broker.
*/
private BrokerService broker;
@@ -111,7 +111,7 @@
}
/**
- * Start the JMS Broker
+ * Start the JMS Broker.
*
* @throws Exception Error starting the broker.
*/
@@ -128,13 +128,13 @@
}
/**
- * Stop the JMS Broker
+ * Stop the JMS Broker.
*
* @throws Exception Error stopping the broker.
*/
public final void stop() throws Exception
{
- if (broker !=null)
+ if (broker != null)
{
broker.stop();
}
More information about the jboss-svn-commits
mailing list