|
Change Variable Type consumer1 : Consumer<String> to consumer1 : Consumer<?> in method private testExclamationFunction(runtime Runtime, isTopicPattern boolean, pyZip boolean, withExtraDeps boolean) : void in class org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest |
From |
To |
|
Change Variable Type consumer2 : Consumer<String> to consumer2 : Consumer<?> in method private testExclamationFunction(runtime Runtime, isTopicPattern boolean, pyZip boolean, withExtraDeps boolean) : void in class org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest |
From |
To |