Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs(regen): updated javadocs from protoc update (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent 456f36e commit fdc1bb5
Show file tree
Hide file tree
Showing 301 changed files with 7,358 additions and 1,355 deletions.
Expand Up @@ -43,6 +43,12 @@ private AnnotateVideoProgress() {
annotationProgress_ = java.util.Collections.emptyList();
}

@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new AnnotateVideoProgress();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
Expand Down

0 comments on commit fdc1bb5

Please sign in to comment.