public static synchronized void resolve(String moduleKey, int revision) { try { EvolutionQuery.resolve(revision, moduleKey); } catch (Exception e) { throw new UnexpectedException(e); } }
public static synchronized void resolve(int revision) { try { EvolutionQuery.resolve(revision, Play.configuration.getProperty("application.name")); } catch (Exception e) { throw new UnexpectedException(e); } }