Skip to content

Commit

Permalink
samples: updating to latest google-cloud-* dependencies (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabubake authored and Shabirmean committed Nov 17, 2022
1 parent 13c25fc commit affabbd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

// [START language_quickstart]
// Imports the Google Cloud client library
import com.google.cloud.language.spi.v1.LanguageServiceClient;

import com.google.cloud.language.v1.Document;
import com.google.cloud.language.v1.Document.Type;
import com.google.cloud.language.v1.LanguageServiceClient;
import com.google.cloud.language.v1.Sentiment;

public class QuickstartSample {
Expand Down

0 comments on commit affabbd

Please sign in to comment.