Skip to content

Commit 676a881

Browse files
committed
Update the copyright date and make GcpLaunchStage a utility class
1 parent c9fd0e5 commit 676a881

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

google-cloud-core/src/main/java/com/google/cloud/GcpLaunchStage.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 Google Inc. All Rights Reserved.
2+
* Copyright 2017 Google Inc. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -66,4 +66,8 @@ public class GcpLaunchStage {
6666
*/
6767
@Retention(RetentionPolicy.SOURCE)
6868
public @interface Deprecated {}
69+
70+
private GcpLaunchStage() {
71+
// Intentionally left blank.
72+
}
6973
}

0 commit comments

Comments
 (0)