Skip to content

Commit

Permalink
[sre] Rename the root id to "srenetwork" for the networking configura…
Browse files Browse the repository at this point in the history
…tion.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Dec 5, 2020
1 parent 7cf054d commit 321e93d
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -66,7 +66,7 @@ class SreNetworkConfig {
/**
* Prefix for the configuration entries of the modules.
*/
public static val PREFIX = "sreNetwork"
public static val PREFIX = "srenetwork"

/**
* Name of the property that enable or disable the networking features.
Expand Down Expand Up @@ -282,8 +282,8 @@ class SreNetworkConfig {
*/
static def getConfiguration(configFactory : ConfigurationFactory) : SreNetworkConfig {
assert configFactory !== null
var factory = configFactory.config(typeof(SreNetworkConfig), PREFIX)
return factory
var config = configFactory.config(typeof(SreNetworkConfig), PREFIX)
return config
}

}
Expand Down

0 comments on commit 321e93d

Please sign in to comment.