You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileAttributeViewTest.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileAttributesTest.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemProviderTest.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemTest.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageOptionsTest.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStoragePathTest.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/FakeStorageRpc.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/LocalStorageHelper.java
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2015 Google Inc. All Rights Reserved.
2
+
* Copyright 2016 Google Inc. All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
14
14
* limitations under the License.
15
15
*/
16
16
17
-
packagecom.google.cloud.storage.testing;
17
+
packagecom.google.cloud.storage.contrib.nio;
18
18
19
19
importcom.google.cloud.spi.ServiceRpcFactory;
20
20
importcom.google.cloud.storage.spi.StorageRpc;
@@ -24,15 +24,14 @@
24
24
* Utility to create an in-memory storage configuration for testing. Storage options can be
25
25
* obtained via the {@link #options()} method. Returned options will point to FakeStorageRpc.
26
26
*/
27
-
publicclassLocalStorageHelper {
27
+
classLocalStorageHelper {
28
28
29
29
// used for testing. Will throw if you pass it an option.
0 commit comments