aboutsummaryrefslogtreecommitdiff
path: root/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/demo/jfc/CodePointIM/CodePointInputMethod.java')
-rw-r--r--src/share/demo/jfc/CodePointIM/CodePointInputMethod.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java b/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java
index 67ff106c68..add460a899 100644
--- a/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java
+++ b/src/share/demo/jfc/CodePointIM/CodePointInputMethod.java
@@ -28,6 +28,15 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+/*
+ * 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.inputmethods.internal.codepointim;