Remove hard-coded Strings to allow internationalization (#706)
* Use i18n and add text in messages.properties for all hardcoded strings Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Fix sonar issues Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Provide constants for message keys Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Remove hard-coded Strings of HawkbitCommonUtil Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Fix PR findings Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Add Java Doc Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
b4fc7c8929
commit
7bd6b41b72
@@ -16,6 +16,7 @@ import org.eclipse.hawkbit.repository.model.SoftwareModuleType;
|
||||
*
|
||||
*/
|
||||
public final class Constants {
|
||||
|
||||
/**
|
||||
* {@link SoftwareModuleType#getKey()} of a {@link SoftwareModuleType}
|
||||
* generated by repository for every new account for Firmware/Operating
|
||||
|
||||
Reference in New Issue
Block a user