Pastebin

Paste #212:

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

 public GroConnector() {
        maintained = new HashMap<String, String>();
        maintained.put("isaps", "Admin");
        maintained.put("inst", "Inst");
        maintained.put("sn", "SN");
        maintained.put("vip", "VIP");
        maintained.put("external", "VIP");
        maintained.put("phd", "VIP");
    }

    public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
        logger.log(Level.INFO, "Running GRO cronjob");
        runAll();
    }

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.