Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

@SuppressWarnings("serial")
class UrlShortener {
// [START gae_java8_app_identity_google_apis]

/**
* Returns a shortened URL by calling the Google URL Shortener API.
Expand Down Expand Up @@ -74,5 +73,4 @@ public String createShortUrl(String longUrl) throws Exception {
}
}
}
// [END gae_java8_app_identity_google_apis]
}