aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java')
-rw-r--r--src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java b/src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java
index 54e3b3726b..b86d89f2bd 100644
--- a/src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java
+++ b/src/share/classes/com/sun/tools/example/debug/tty/MessageOutput.java
@@ -22,6 +22,15 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
+
+/*
+ * This source code is provided to illustrate the usage of a given feature
+ * or technique and has been deliberately simplified. Additional steps
+ * required for a production-quality application, such as security checks,
+ * input validation and proper error handling, might not be present in
+ * this sample code.
+ */
+
package com.sun.tools.example.debug.tty;
import java.util.*;