parent
2fffc6dc08
commit
61dea4c03c
|
@ -32,6 +32,10 @@ public class Msq {
|
|||
versionInfo = new VersionInfo(Integer.toString(rusEFIVersion.CONSOLE_VERSION));
|
||||
}
|
||||
|
||||
static {
|
||||
log.info("java=" + System.getProperty("java.version"));
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static Msq valueOf(ConfigurationImage image, int totalConfigSize, String tsSignature, IniFileModel ini) {
|
||||
Msq tune = create(totalConfigSize, tsSignature);
|
||||
|
|
Loading…
Reference in New Issue