aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java')
-rw-r--r--src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java b/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java
index 16a40df286..fc84002f1b 100644
--- a/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java
+++ b/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java
@@ -23,6 +23,15 @@
* 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.
+ */
+
+
/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 0.7pre2 */
package com.sun.tools.example.debug.expr;