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 df63d21 commit 73683c7Copy full SHA for 73683c7
src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java
@@ -149,8 +149,8 @@ public void testJakartaDiagnosticsInJavaPart() {
149
/**
150
* Tests Jakarta Language Server quick fix support in a Java source file
151
*/
152
-// @Test
153
-// @Video
+ @Test
+ @Video
154
public void testJakartaQuickFixInJavaPart() {
155
String publicString = "public Response getProperties() {";
156
String privateString = "private Response getProperties() {";
0 commit comments