Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
9602120b9b
commit
ff0b596ca7
|
@ -57,7 +57,6 @@ public class PropertiesConfigurationManager implements ConfigurationManager, Dum
|
|||
this(null);
|
||||
}
|
||||
|
||||
@ManagedAttribute("A file or URL of properties")
|
||||
public void setFile(String resource) throws IOException
|
||||
{
|
||||
_properties = resource;
|
||||
|
@ -65,6 +64,7 @@ public class PropertiesConfigurationManager implements ConfigurationManager, Dum
|
|||
loadProperties(_properties);
|
||||
}
|
||||
|
||||
@ManagedAttribute("A file or URL of properties")
|
||||
public String getFile()
|
||||
{
|
||||
return _properties;
|
||||
|
|
Loading…
Reference in New Issue