Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 0d6eaf6

Browse files
committed
Fix reference from StreamParserService to shared ParserService
1 parent e41d2b9 commit 0d6eaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/scripts/stream/controllers/create-streams-dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define(function(require) {
2626

2727
var PROGRESS_BAR_WAIT_TIME = 600; // to account for animation delay
2828

29-
return ['DataflowUtils', '$scope', 'StreamService', '$modalInstance', 'definitionData', 'StreamMetamodelService', 'StreamParserService',
29+
return ['DataflowUtils', '$scope', 'StreamService', '$modalInstance', 'definitionData', 'StreamMetamodelService', 'ParserService',
3030
function (utils, $scope, streamService, $modalInstance, definitionData, metaModelService, ParserService) {
3131

3232
function waitForStreamDef(streamDefNameToWaitFor, attemptCount) {

0 commit comments

Comments
 (0)