Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4) (optional) remove any other uses of @SuppressWarnings

5) add DistributedRule (and optionally CacheRule and ClientCacheRule)

Code Block
@Rule
public DistributedRule distributedRule = new DistributedRule();

@Rule
public CacheRule cacheRule = new CacheRule();

...