8037120: Fix doclint warnings in javax.lang.model exception types
Reviewed-by: jjg
--- a/langtools/src/share/classes/javax/lang/model/type/MirroredTypeException.java Fri Mar 07 13:30:23 2014 -0800
+++ b/langtools/src/share/classes/javax/lang/model/type/MirroredTypeException.java Tue Mar 11 17:52:45 2014 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2014, 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
@@ -70,6 +70,10 @@
/**
* Explicitly set all transient fields.
+ * @param s the serial stream
+ * @throws ClassNotFoundException for a missing class during
+ * deserialization
+ * @throws IOException for an IO problem during deserialization
*/
private void readObject(ObjectInputStream s)
throws IOException, ClassNotFoundException {
--- a/langtools/src/share/classes/javax/lang/model/type/MirroredTypesException.java Fri Mar 07 13:30:23 2014 -0800
+++ b/langtools/src/share/classes/javax/lang/model/type/MirroredTypesException.java Tue Mar 11 17:52:45 2014 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2014, 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
@@ -85,6 +85,10 @@
/**
* Explicitly set all transient fields.
+ * @param s the serial stream
+ * @throws ClassNotFoundException for a missing class during
+ * deserialization
+ * @throws IOException for an IO problem during deserialization
*/
private void readObject(ObjectInputStream s)
throws IOException, ClassNotFoundException {