[jboss-svn-commits] JBL Code SVN: r24294 - labs/jbossesb/workspace/skeagh/routing/file/src/main/java/org/jboss/esb/file.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Dec 8 03:18:11 EST 2008
Author: beve
Date: 2008-12-08 03:18:10 -0500 (Mon, 08 Dec 2008)
New Revision: 24294
Modified:
labs/jbossesb/workspace/skeagh/routing/file/src/main/java/org/jboss/esb/file/AbstractFileInboundRouter.java
Log:
Removed an old comment.
Modified: labs/jbossesb/workspace/skeagh/routing/file/src/main/java/org/jboss/esb/file/AbstractFileInboundRouter.java
===================================================================
--- labs/jbossesb/workspace/skeagh/routing/file/src/main/java/org/jboss/esb/file/AbstractFileInboundRouter.java 2008-12-08 08:03:01 UTC (rev 24293)
+++ labs/jbossesb/workspace/skeagh/routing/file/src/main/java/org/jboss/esb/file/AbstractFileInboundRouter.java 2008-12-08 08:18:10 UTC (rev 24294)
@@ -217,12 +217,13 @@
/**
* Called every time the schedule linked with this FileInboundRouter is
- * triggered. <p/> This method will create a {@link Message} object by
+ * triggered.
+ * <p/>
+ * This method will create a {@link Message} object by
* delegating the actual creation to the configured MessageComposer
* strategy.
*
- * @throws SchedulingException
- * If an exception occurs during processing.
+ * @throws SchedulingException If an exception occurs during processing.
*/
@Override
public final void onSchedule() throws SchedulingException
@@ -242,7 +243,6 @@
invocationContext.setContextObject(FileLifecycle.class.getName(), fileLifecycle);
final Message message = createEsbMessage(fileLifecycle, invocationContext);
- // the call below will be removed in the near future. See comments on method.
try
{
dispatcher.dispatch(message, invocationContext);
More information about the jboss-svn-commits
mailing list