From 1e5cd4baaf876d4af74b0fa933db52129f960673 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 1 Mar 2005 11:08:28 +0000 Subject: [PATCH] INTEGRATION: CWS sdkbugfix01 (1.2.6); FILE MERGED 2005/02/15 17:24:16 jsc 1.2.6.1: #i42061# wait for return (CarridgeReturn and LineFeed) --- .../Components/JavaComponent/TestJavaComponent.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java b/odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java index ef58db63584f..1af2302f8e32 100644 --- a/odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java +++ b/odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java @@ -2,9 +2,9 @@ * * $RCSfile: TestJavaComponent.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-01-31 16:15:35 $ + * last change: $Author: kz $ $Date: 2005-03-01 12:08:28 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -129,10 +129,6 @@ public class TestJavaComponent String s= xSomethingB.methodTwo("Hello World!"); System.out.println(s); - // wait until return is pressed -// System.out.println( "Press return to terminate" ); -// while( System.in.read() != 10 ); - if ( bLocal ) { // remove it again from the servicemanager,