OpenJDK / type-annotations / type-annotations / langtools
changeset 3244:d6f605b42729
8037120: Fix doclint warnings in javax.lang.model exception types
Reviewed-by: jjg
author | darcy |
---|---|
date | Tue, 11 Mar 2014 17:52:45 -0700 |
parents | f675ddb8bd67 |
children | 933dc5551c75 06c9978d2891 |
files | src/share/classes/javax/lang/model/type/MirroredTypeException.java src/share/classes/javax/lang/model/type/MirroredTypesException.java |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/share/classes/javax/lang/model/type/MirroredTypeException.java Fri Mar 07 13:30:23 2014 -0800 +++ b/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/src/share/classes/javax/lang/model/type/MirroredTypesException.java Fri Mar 07 13:30:23 2014 -0800 +++ b/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 {