Skip to content

Commit

Permalink
Fix MQTTProtocolConverter compile issue (missing import)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Feb 11, 2020
1 parent cc84036 commit 5f818d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import java.util.zip.Inflater;

import javax.jms.InvalidClientIDException;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.security.auth.login.CredentialException;
Expand Down

0 comments on commit 5f818d0

Please sign in to comment.