jvppgen: update headers 12/15112/1
authorBernhard M. Wiedemann <bwiedemann@suse.de>
Tue, 2 Oct 2018 23:16:19 +0000 (01:16 +0200)
committerBernhard M. Wiedemann <bwiedemann@suse.de>
Tue, 2 Oct 2018 23:16:19 +0000 (01:16 +0200)
headers of generated files should correctly tell
about where it cames from to not confuse readers.

Change-Id: If667fa4aab188978156982adf3fa13474bd93e9e
Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
extras/japi/java/jvpp/gen/jvppgen/callback_gen.py

index 14aa8b7..b1ad201 100755 (executable)
@@ -54,7 +54,7 @@ _CALLBACK_TEMPLATE = Template("""package $plugin_package.callback;
 
 /**
  * <p>Represents callback for plugin's api message.
- * <br>It was generated by jvpp_callback_gen.py based on $json_filename.
+ * <br>It was generated by jvppgen/callback_gen.py based on $json_filename.
  */
 public interface ${name}Callback extends io.fd.vpp.jvpp.callback.JVppCallback {
 
@@ -66,7 +66,7 @@ _GLOBAL_CALLBACK_TEMPLATE = Template("""package $plugin_package.callback;
 
 /**
  * <p>Global aggregated callback interface.
- * <br>It was generated by jvpp_callback_gen.py based on $json_filename.
+ * <br>It was generated by jvppgen/callback_gen.py based on $json_filename.
  */
 public interface JVpp${plugin_name}GlobalCallback extends io.fd.vpp.jvpp.callback.ControlPingCallback, $callbacks {
 }