diff -r f2358d18923a -r 1d9cb0d080e3 jdk/src/share/classes/java/net/UnknownHostException.java --- a/jdk/src/share/classes/java/net/UnknownHostException.java Mon Jul 29 19:36:54 2013 -0700 +++ b/jdk/src/share/classes/java/net/UnknownHostException.java Tue Jul 30 11:04:19 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -38,7 +38,7 @@ private static final long serialVersionUID = -4639126076052875403L; /** - * Constructs a new UnknownHostException with the + * Constructs a new {@code UnknownHostException} with the * specified detail message. * * @param host the detail message. @@ -48,7 +48,7 @@ } /** - * Constructs a new UnknownHostException with no detail + * Constructs a new {@code UnknownHostException} with no detail * message. */ public UnknownHostException() {