This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new bc45ac51eb CAUSEWAY-3791: Non-ascii char in the name of variable in
class _Images
bc45ac51eb is described below
commit bc45ac51eb7b2f70f2b1a570ee5e451d601cde9e
Author: Andi Huber <[email protected]>
AuthorDate: Wed Jun 26 11:19:24 2024 +0200
CAUSEWAY-3791: Non-ascii char in the name of variable in class _Images
- replace offending char with blank, also remove empty line so can
commit some changes
---
.../main/java/org/apache/causeway/commons/internal/image/_Images.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/commons/src/main/java/org/apache/causeway/commons/internal/image/_Images.java
b/commons/src/main/java/org/apache/causeway/commons/internal/image/_Images.java
index a6944f6bed..717b455807 100644
---
a/commons/src/main/java/org/apache/causeway/commons/internal/image/_Images.java
+++
b/commons/src/main/java/org/apache/causeway/commons/internal/image/_Images.java
@@ -183,5 +183,4 @@ public class _Images {
// g2d.dispose();
// }
-
}