Skip to content

Commit ccf5fc8

Browse files
author
Jerjou Cheng
committed
Remove package, so eclipse isn't confused.
Eclipse will expect a file with a package declared to exist within a directory structure that mirrors the package name.
1 parent dcf91cc commit ccf5fc8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

cloud-storage/xml-api/serviceaccount-cmdline-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</execution>
2020
</executions>
2121
<configuration>
22-
<mainClass>com.google.api.services.samples.storage.serviceaccount.cmdline.StorageServiceAccountSample</mainClass>
22+
<mainClass>StorageServiceAccountSample</mainClass>
2323
</configuration>
2424
</plugin>
2525
</plugins>

cloud-storage/xml-api/serviceaccount-cmdline-sample/src/main/java/StorageServiceAccountSample.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
//[START all]
22
/*
33
* Copyright (c) 2014 Google Inc.
4-
*
4+
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
66
* in compliance with the License. You may obtain a copy of the License at
7-
*
7+
*
88
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
9+
*
1010
* Unless required by applicable law or agreed to in writing, software distributed under the License
1111
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
1212
* or implied. See the License for the specific language governing permissions and limitations under
1313
* the License.
1414
*/
1515

16-
package com.google.api.services.samples.storage.serviceaccount.cmdline;
17-
1816
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
1917
import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport;
2018
import com.google.api.client.http.GenericUrl;

0 commit comments

Comments
 (0)