Unclosed comment for auto generated code

Hi

I’m new to Axelor, and I’m trying to create my first App. I defined a model which has not fancy, but when I install it and restart the server, the server failed by:

Book.java:1: error: unclosed comment
/*

Book.java is an auto gen class, I checked the source code, it start with:

/*
 * /            <-- Look at here, there is a space between * and /
package test.librarian.db;

import java.math.BigDecimal;
import java.time.LocalDate;
import java.util.Objects;
...

Obviously, the code has has problem at the 2nd line by ending comment with a space between * and /. Is it a bug?

my version is 5.3.0-SNAPSHOT.

Thanks

Jeff

Fixed by upgrade to 5.3

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.