Cleaned up code in the StorageMediumExample
This commit is contained in:
parent
9b8a395e33
commit
e8b29e1ff6
@ -42,6 +42,7 @@ public class StorageMediumExample {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates the language of the configuration storage
|
* Updates the language of the configuration storage
|
||||||
|
*
|
||||||
* @param newLanguage The new language
|
* @param newLanguage The new language
|
||||||
*/
|
*/
|
||||||
public void updateLanguage(String newLanguage) {
|
public void updateLanguage(String newLanguage) {
|
||||||
@ -50,6 +51,7 @@ public class StorageMediumExample {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the current language of the configuration storage
|
* Gets the current language of the configuration storage
|
||||||
|
*
|
||||||
* @return The current language of the configuration storage
|
* @return The current language of the configuration storage
|
||||||
*/
|
*/
|
||||||
public String getLanguage() {
|
public String getLanguage() {
|
||||||
@ -58,6 +60,7 @@ public class StorageMediumExample {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates the version of the configuration storage
|
* Updates the version of the configuration storage
|
||||||
|
*
|
||||||
* @param newVersion The new version
|
* @param newVersion The new version
|
||||||
*/
|
*/
|
||||||
public void updateVersion(String newVersion) {
|
public void updateVersion(String newVersion) {
|
||||||
@ -66,6 +69,7 @@ public class StorageMediumExample {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the current version of the configuration storage
|
* Gets the current version of the configuration storage
|
||||||
|
*
|
||||||
* @return The current version of the configuration storage
|
* @return The current version of the configuration storage
|
||||||
*/
|
*/
|
||||||
public String getVersion() {
|
public String getVersion() {
|
||||||
|
Reference in New Issue
Block a user