37383940414243
* Constructor specifying the current session. */ public CompareCommand(SessionInfoProvider provider) { super(); executor = new DiffExecutor(provider); }