9596979899100101102103104105
return Status.OK_STATUS; } }; try { operation.execute(new NullProgressMonitor(), null); } catch (Exception e) { throw new RuntimeException(e.getCause()); } }
return Status.OK_STATUS; } }; try { operation.execute(new NullProgressMonitor(), null); } catch (Exception e) { throw new RuntimeException(e.getCause()); }
93949596979899100101102103