Skip to content

Instantly share code, notes, and snippets.

@clebertsuconic
Created October 31, 2012 16:41
Show Gist options
  • Save clebertsuconic/3988165 to your computer and use it in GitHub Desktop.
Save clebertsuconic/3988165 to your computer and use it in GitHub Desktop.
System.out.println("Serq que essa porra funciona??");
log.debug("registering recovery for factory : " + factory);
XARecoveryConfig config = newResourceConfig(factory, userName, password);
resources.add(config);
if (registry != null)
{
System.out.println("legal!!!!... deu certo!!!!!");
registry.register(config);
}
else
{
System.out.println("PQP.. Fudeu!!!!");
}
return config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment