8008023: Get rid of utf8 chars in two tests
authorvromero
Fri, 14 Jun 2013 18:01:52 +0100
changeset 18390 f5cad700f200
parent 18389 a425d0819f36
child 18391 a2b449b58b9a
8008023: Get rid of utf8 chars in two tests Reviewed-by: jjg
langtools/test/tools/javac/api/6437999/Utf8.java
langtools/test/tools/javac/api/T6306137.java
--- a/langtools/test/tools/javac/api/6437999/Utf8.java	Fri Jun 14 16:25:09 2013 +0100
+++ b/langtools/test/tools/javac/api/6437999/Utf8.java	Fri Jun 14 18:01:52 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -22,6 +22,6 @@
  */
 
 /**
- * @author Peter von der Ahé
+ * @author Peter von der Ah\u00e9
  */
 class Utf8 {}
--- a/langtools/test/tools/javac/api/T6306137.java	Fri Jun 14 16:25:09 2013 +0100
+++ b/langtools/test/tools/javac/api/T6306137.java	Fri Jun 14 18:01:52 2013 +0100
@@ -27,7 +27,7 @@
  * @summary JSR 199: encoding option doesn't affect standard file manager
  * @compile -encoding utf-8 T6306137.java
  * @run main T6306137
- * @author  Peter von der Ahé
+ * @author  Peter von der Ah\u00e9
  */
 
 import java.io.File;