Skip to content

Commit 65340bd

Browse files
author
Ajay Kannan
committed
Make ResourceManagerImpl package protected
1 parent d8b1814 commit 65340bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import java.util.Map;
3838
import java.util.concurrent.Callable;
3939

40-
public class ResourceManagerImpl
40+
final class ResourceManagerImpl
4141
extends BaseService<ResourceManagerOptions> implements ResourceManager {
4242

4343
private static final Interceptor EXCEPTION_HANDLER_INTERCEPTOR = new Interceptor() {

0 commit comments

Comments
 (0)