Skip to content

Commit

Permalink
Merge pull request #524 from ajkannan/make-resourcemanagerimpl-packag…
Browse files Browse the repository at this point in the history
…e-protected

Make ResourceManagerImpl package protected
  • Loading branch information
aozarov committed Jan 6, 2016
2 parents d8b1814 + 65340bd commit b8ce8d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import java.util.Map;
import java.util.concurrent.Callable;

public class ResourceManagerImpl
final class ResourceManagerImpl
extends BaseService<ResourceManagerOptions> implements ResourceManager {

private static final Interceptor EXCEPTION_HANDLER_INTERCEPTOR = new Interceptor() {
Expand Down

0 comments on commit b8ce8d2

Please sign in to comment.