Skip to content

Commit 95ee7ab

Browse files
committed
Fix warning about documentation comments in Prism Java source code
1 parent 0927b77 commit 95ee7ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/yarp/java/org/prism/AbstractNodeVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/******************************************************************************/
1+
/* ****************************************************************************/
22
/* This file is generated by the templates/template.rb script and should not */
33
/* be modified manually. See */
44
/* templates/java/org/prism/AbstractNodeVisitor.java.erb */
55
/* if you are looking to modify the */
66
/* template */
7-
/******************************************************************************/
7+
/* ****************************************************************************/
88

99
package org.prism;
1010

src/yarp/java/org/prism/Nodes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/******************************************************************************/
1+
/* ****************************************************************************/
22
/* This file is generated by the templates/template.rb script and should not */
33
/* be modified manually. See */
44
/* templates/java/org/prism/Nodes.java.erb */
55
/* if you are looking to modify the */
66
/* template */
7-
/******************************************************************************/
7+
/* ****************************************************************************/
88

99
package org.prism;
1010

0 commit comments

Comments
 (0)