Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
References #675
  • Loading branch information
acogoluegnes committed Mar 29, 2021
1 parent 394d896 commit 3db2425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/rabbitmq/client/impl/ValueReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package com.rabbitmq.client.impl;

import java.io.DataInputStream;
import java.io.EOFException;
import java.io.IOException;
import java.math.BigDecimal;
import java.math.BigInteger;
Expand Down

0 comments on commit 3db2425

Please sign in to comment.