Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai committed Jun 23, 2023
1 parent 01fbf25 commit ebb3786
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ private void loadCustomizedDataConverterOnce() {
Iterator<DataConverter> iterator = ServiceLoader.load(DataConverter.class).iterator();
if (iterator.hasNext()) {
this.dataConverter = iterator.next();
System.out.println("assigned");
if (iterator.hasNext()) {
throw new IllegalStateException("Multiple implementations of DataConverter found on the classpath.");
}
Expand Down

0 comments on commit ebb3786

Please sign in to comment.