--- old/src/share/classes/java/awt/BorderLayout.java 2014-06-03 16:28:39.000000000 +0400 +++ new/src/share/classes/java/awt/BorderLayout.java 2014-06-03 16:28:39.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,6 +367,7 @@ /** * Returns the horizontal gap between components. + * @return the horizontal gap between components * @since JDK1.1 */ public int getHgap() { @@ -384,6 +385,7 @@ /** * Returns the vertical gap between components. + * @return the vertical gap between components * @since JDK1.1 */ public int getVgap() {