Skip to content
Snippets Groups Projects
Commit 4b22aa0c authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Merge remote-tracking branch 'origin/master' into merges

parents 6a23498e 9496ad5c
No related branches found
No related tags found
No related merge requests found
......@@ -586,7 +586,7 @@ public class BigDataViewer
}
}
protected void saveSettings( final String xmlFilename ) throws IOException
public void saveSettings( final String xmlFilename ) throws IOException
{
final Element root = new Element( "Settings" );
root.addContent( viewer.stateToXml() );
......@@ -667,7 +667,7 @@ public class BigDataViewer
}
}
protected void loadSettings( final String xmlFilename ) throws IOException, JDOMException
public void loadSettings( final String xmlFilename ) throws IOException, JDOMException
{
final SAXBuilder sax = new SAXBuilder();
final Document doc = sax.build( xmlFilename );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment