langtools/test/jdk/javadoc/doclet/testThrowsTag/pkg/T4.java
changeset 41451 a847c7aa25a7
parent 35426 374342e56a56
--- a/langtools/test/jdk/javadoc/doclet/testThrowsTag/pkg/T4.java	Tue Oct 11 00:28:49 2016 +0900
+++ b/langtools/test/jdk/javadoc/doclet/testThrowsTag/pkg/T4.java	Mon Oct 10 06:47:47 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2016, 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
@@ -23,4 +23,4 @@
 
 package pkg;
 
-public class T4 extends Exception {}
+public class T4 extends RuntimeException {}