Code review comment for lp:~humpolec-team/humpolec/UbuntuInstaller_lp1262034

Revision history for this message
Ondrej Kubik (ondrak) wrote :

Looks good
small comment for
 public static InstallerState fromOrdian(int ordian)
this can be done this way
 public static InstallerState fromOrdian(int ordian) {
    return InstallerState.values()[ordinal];
 }

« Back to merge proposal