--- old/src/share/classes/java/awt/BorderLayout.java 2014-06-03 19:46:48.000000000 +0400 +++ new/src/share/classes/java/awt/BorderLayout.java 2014-06-03 19:46:47.000000000 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -367,7 +367,9 @@ /** * Returns the horizontal gap between components. - * @since JDK1.1 + * + * @return the horizontal gap between components + * @since JDK1.1 */ public int getHgap() { return hgap; @@ -375,6 +377,7 @@ /** * Sets the horizontal gap between components. + * * @param hgap the horizontal gap between components * @since JDK1.1 */ @@ -384,7 +387,9 @@ /** * Returns the vertical gap between components. - * @since JDK1.1 + * + * @return the vertical gap between components + * @since JDK1.1 */ public int getVgap() { return vgap; @@ -392,6 +397,7 @@ /** * Sets the vertical gap between components. + * * @param vgap the vertical gap between components * @since JDK1.1 */