Skip to content
Snippets Groups Projects
Commit c682eacb authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

feature: generalize settings - fix visibility

parent 43c00833
No related branches found
No related tags found
No related merge requests found
package cz.it4i.fiji.haas_java_client; package cz.it4i.fiji.haas_java_client;
interface SettingsProvider { public interface SettingsProvider {
static Settings getSettings(long templateId, int timeOut, long clusterNodeType, String projectId, String configFileName) { static Settings getSettings(long templateId, int timeOut, long clusterNodeType, String projectId, String configFileName) {
Constants constants = new Constants(configFileName); Constants constants = new Constants(configFileName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment