Fixed missing code from @javax.annotation PR.

https://github.com/google/flatbuffers/pull/4986 missed part of the
implementation.

Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
This commit is contained in:
Wouter van Oortmerssen
2018-11-02 11:40:21 -07:00
parent b6c3d7b899
commit 21591916af
24 changed files with 27 additions and 58 deletions

View File

@@ -7,9 +7,7 @@ import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
@SuppressWarnings("unused")
@javax.annotation.Generated(value="flatc")
/**
@SuppressWarnings("unused")/**
* an example documentation comment: monster object
*/
public final class Monster extends Table {