Change package gcloud to gcp

Resolves #510
This commit is contained in:
Mike Eltsufin
2020-04-30 10:29:54 -04:00
committed by Oleg Zhurakousky
parent 10b9e3d30d
commit c1d472de25
10 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.function.adapter.gcloud;
package org.springframework.cloud.function.adapter.gcp;
import java.io.BufferedReader;
import java.nio.charset.StandardCharsets;