Tweaked Java QrSegmentAdvanced to be non-instantiable.
This commit is contained in:
parent
b89bb889a5
commit
1f2de4bbba
|
@ -400,4 +400,10 @@ public final class QrSegmentAdvanced {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*---- Miscellaneous ----*/
|
||||
|
||||
private QrSegmentAdvanced() {} // Not instantiable
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue