This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
main/java/com/salesforce/storm/spout/dynamic
test/java/com/salesforce/storm/spout/dynamic Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ private TopologyContext getTopologyContext() {
407407
408408 /**
409409 * Add a new VirtualSpout to the coordinator, this will get picked up by the coordinator's monitor, opened and
410- * managed with teh other currently running spouts.
410+ * managed with the other currently running spouts.
411411 *
412412 * This method is blocking.
413413 *
@@ -451,7 +451,7 @@ public boolean hasVirtualSpout(final VirtualSpoutIdentifier spoutIdentifier) {
451451 * This is useful is you want to manipulate the filter chain or alter the ending state after a {@link DelegateSpout} has
452452 * been added to the {@link SpoutCoordinator}.
453453 *
454- * @param virtualSpoutIdentifier identifier for teh {@link DelegateSpout} instance to get from the {@link SpoutCoordinator}.
454+ * @param virtualSpoutIdentifier identifier for the {@link DelegateSpout} instance to get from the {@link SpoutCoordinator}.
455455 * @return {@link DelegateSpout} instance
456456 */
457457 public DelegateSpout getVirtualSpout (final VirtualSpoutIdentifier virtualSpoutIdentifier ) throws SpoutDoesNotExistException {
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public synchronized boolean hasVirtualSpout(final VirtualSpoutIdentifier virtual
214214 * This is useful is you want to manipulate the filter chain or alter the ending state after a {@link DelegateSpout} has
215215 * been added to the {@link SpoutCoordinator}.
216216 *
217- * @param virtualSpoutIdentifier identifier for teh {@link DelegateSpout} instance to get from the {@link SpoutCoordinator}.
217+ * @param virtualSpoutIdentifier identifier for the {@link DelegateSpout} instance to get from the {@link SpoutCoordinator}.
218218 * @return {@link DelegateSpout} instance
219219 */
220220 public synchronized DelegateSpout getVirtualSpout (final VirtualSpoutIdentifier virtualSpoutIdentifier ) {
@@ -285,7 +285,7 @@ public synchronized void removeVirtualSpout(final VirtualSpoutIdentifier virtual
285285
286286 /**
287287 * Add a new VirtualSpout to the coordinator, this will get picked up by the coordinator's monitor, opened and
288- * managed with teh other currently running spouts.
288+ * managed with the other currently running spouts.
289289 *
290290 * This method is asynchronous. After calling this method you simply know that the VirtualSpout has been
291291 * queued to start. There is no garuntee that it has actually started after calling this method.
Original file line number Diff line number Diff line change 4747public class ToolsTest {
4848
4949 /**
50- * Expect no expections by default.
50+ * Expect no exceptions by default.
5151 */
5252 @ Rule
5353 public ExpectedException expectedException = ExpectedException .none ();
You can’t perform that action at this time.
0 commit comments