Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo in wokerserviceloader (apache#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
- Loading branch information