We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dfee6 commit e4c6e7cCopy full SHA for e4c6e7c
src/java.desktop/unix/classes/sun/awt/PlatformGraphicsInfo.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -93,7 +93,6 @@ public static String getDefaultHeadlessMessage() {
93
94
No X11 DISPLAY variable was set,
95
or no headful library support was found,
96
- but this program performed an operation which requires it,
97
- """;
+ but this program performed an operation which requires it.""";
98
}
99
0 commit comments