src/java.base/share/classes/java/net/URLConnection.java
changeset 53133 bf2533105a26
parent 47478 438e0c9f2f17
child 58242 94bb65cb37d3
--- a/src/java.base/share/classes/java/net/URLConnection.java	Thu Jan 03 17:29:53 2019 +0000
+++ b/src/java.base/share/classes/java/net/URLConnection.java	Thu Jan 03 17:46:09 2019 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2019, 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
@@ -681,7 +681,7 @@
     /**
      * Returns the value for the {@code n}<sup>th</sup> header field.
      * It returns {@code null} if there are fewer than
-     * {@code n+1}fields.
+     * {@code n+1} fields.
      * <p>
      * This method can be used in conjunction with the
      * {@link #getHeaderFieldKey(int) getHeaderFieldKey} method to iterate through all