We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fd0e5 commit 676a881Copy full SHA for 676a881
google-cloud-core/src/main/java/com/google/cloud/GcpLaunchStage.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016 Google Inc. All Rights Reserved.
+ * Copyright 2017 Google Inc. All Rights Reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -66,4 +66,8 @@ public class GcpLaunchStage {
66
*/
67
@Retention(RetentionPolicy.SOURCE)
68
public @interface Deprecated {}
69
+
70
+ private GcpLaunchStage() {
71
+ // Intentionally left blank.
72
+ }
73
}
0 commit comments