From 0851eca874e98585a2a417f9fe61d370797c963b Mon Sep 17 00:00:00 2001 From: jgodinez Date: Fri, 4 Feb 2011 11:48:51 -0800 Subject: [PATCH] 6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error. Reviewed-by: prr --- test/javax/print/attribute/ServiceDialogTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javax/print/attribute/ServiceDialogTest.java b/test/javax/print/attribute/ServiceDialogTest.java index e5b6d2d96..184c8c068 100644 --- a/test/javax/print/attribute/ServiceDialogTest.java +++ b/test/javax/print/attribute/ServiceDialogTest.java @@ -71,7 +71,7 @@ public class ServiceDialogTest { if (factories.length > 0) { services[0] = factories[0].getPrintService(fos); } else { - throw new RuntimeException("No StreamPrintService available which would support "+flavor"); + throw new RuntimeException("No StreamPrintService available which would support "+flavor); } services[2] = new TestPrintService("Test Printer"); -- GitLab