Skip to content
Snippets Groups Projects
Commit 5737655a authored by Mike McKay's avatar Mike McKay
Browse files

XNAT-4200 Got version to show up in bottom right of each page.

parent 3e69e8ba
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ public class XnatAppInfo {
* @return The primary system properties.
*/
public Properties getSystemProperties() {
return new Properties(_properties);
return (Properties)_properties.clone();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment