Add TODO comment
This commit is contained in:
@@ -169,6 +169,7 @@ public class StreamListeningFunctionInvoker implements SmartInitializingSingleto
|
|||||||
name = stash(matches.iterator().next());
|
name = stash(matches.iterator().next());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
// TODO: do we really want this? Or maybe warn that it is happening?
|
||||||
return flux -> balance(matches, flux);
|
return flux -> balance(matches, flux);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user