Skip to content

Commit

Permalink
Address more review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoogerbeets committed Mar 4, 2025
1 parent 43d3c67 commit d2a1d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ilib-tools-common/src/escapes/JavaEscaper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* JavaEscaper.js - class that escapes and unescapes strings in Java
* and Kotlin
*
* Copyright © 2025 JEDLSoft
*
Expand Down Expand Up @@ -35,7 +36,7 @@ const validStyles = new Set([
]);

/**
* @class Escaper for Java
* @class Escaper for Java and Kotlin
*/
class JavaEscaper extends Escaper {
/**
Expand Down

0 comments on commit d2a1d75

Please sign in to comment.