Skip to content

Commit

Permalink
Remove non-ascii character from Javadoc
Browse files Browse the repository at this point in the history
We often have java.io.FileNotFoundException: JAR entry
org/hibernate/annotations/NamedQueries.class not found errors when
building on these 2 classes and it's the only special thing in them so
let's hope it will fix this issue.
  • Loading branch information
gsmet committed Dec 19, 2018
1 parent d71e987 commit 21a2c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Enumeration extending javax.persistence flush modes.
*
* @author Carlos Gonz�lez-Cadenas
* @author Carlos Gonzalez-Cadenas
*/
public enum FlushModeType {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* definitions made available through {@link javax.persistence.NamedQueries}.
*
* @author Emmanuel Bernard
* @author Carlos Gonz�lez-Cadenas
* @author Carlos Gonzalez-Cadenas
*/
@Target({TYPE, PACKAGE})
@Retention(RUNTIME)
Expand Down

0 comments on commit 21a2c56

Please sign in to comment.