| .. | .. |
|---|
| 38 | 38 | * </p> |
|---|
| 39 | 39 | * |
|---|
| 40 | 40 | * @param licFile |
|---|
| 41 | | - * @param appCode |
|---|
| 42 | | - * @param customerCode |
|---|
| 43 | | - * @return |
|---|
| 41 | + * @return The license bean stored in file |
|---|
| 44 | 42 | * @throws SeCurisException |
|---|
| 45 | 43 | */ |
|---|
| 46 | 44 | public LicenseBean validateLicense(File licFile) throws SeCurisException { |
|---|
| .. | .. |
|---|
| 58 | 56 | } |
|---|
| 59 | 57 | |
|---|
| 60 | 58 | /** |
|---|
| 61 | | - * Creates a new request file with current hardware in the File passed as paramter |
|---|
| 59 | + * Creates a new request file with current hardware in the File passed as parameter |
|---|
| 62 | 60 | * |
|---|
| 63 | 61 | * @param outputRequestFile |
|---|
| 64 | 62 | * File where the request data will be saved |
|---|
| .. | .. |
|---|
| 83 | 81 | */ |
|---|
| 84 | 82 | public LicenseBean sync(File licenseFile) throws SeCurisException { |
|---|
| 85 | 83 | LicenseBean lic = validateLicense(licenseFile); |
|---|
| 84 | + if (true) |
|---|
| 85 | + throw new SeCurisException("Action not implemented yet"); |
|---|
| 86 | 86 | // TODO: Send the current LicenseBean to server to check if a new one is prepared. |
|---|
| 87 | 87 | return lic; |
|---|
| 88 | 88 | } |
|---|