Fix javadoc error

This commit is contained in:
Sean Owen 2021-10-11 11:44:10 -05:00
parent f4f3c2971d
commit f984496a10

View file

@ -39,7 +39,7 @@ public final class QRCode {
}
/**
* @return the mode. Not relevant if {@link com.google.zxing.EncodeHintType.java#QR_COMPACT} is selected.
* @return the mode. Not relevant if {@link com.google.zxing.EncodeHintType#QR_COMPACT} is selected.
*/
public Mode getMode() {
return mode;