jiazhai opened a new pull request #9169: URL: https://github.com/apache/pulsar/pull/9169
### Motivation Fix typo in WorkerServiceLoader.java to avoid error while project build under java 15: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project pulsar-functions-worker: Compilation failure [ERROR] /Users/jia/ws/code/pulsar/pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/service/WorkerServiceLoader.java:[23,38] package com.sun.corba.se.pept.protocol does not exist ``` ### Modifications Fix to the right type. ### Verifying this change build passed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
