aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/tools/bindings/generators/java_templates/header.java.tmpl')
-rw-r--r--mojo/public/tools/bindings/generators/java_templates/header.java.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl b/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
deleted file mode 100644
index 1d67890..0000000
--- a/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// This file is autogenerated by:
-// mojo/public/tools/bindings/mojom_bindings_generator.py
-// For:
-// {{module.path}}
-//
-
-package {{package}};
-
-import org.chromium.base.annotations.SuppressFBWarnings;
-import org.chromium.mojo.bindings.DeserializationException; \ No newline at end of file