mirror of https://github.com/icedland/iced.git
Add missing private ctor
This commit is contained in:
parent
787917eb83
commit
d098cb59ad
|
@ -7,6 +7,9 @@ package com.github.icedland.iced.x86.info;
|
|||
* Instruction info options used by {@link InstructionInfoFactory}
|
||||
*/
|
||||
public final class InstructionInfoOptions {
|
||||
private InstructionInfoOptions() {
|
||||
}
|
||||
|
||||
/**
|
||||
* No option is enabled
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue