jdk/src/java.desktop/share/classes/javax/swing/text/BoxView.java
changeset 30462 507bcb03c954
parent 28059 e576535359cc
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/BoxView.java	Tue Apr 14 14:47:12 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/BoxView.java	Tue Apr 14 15:43:14 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, 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
@@ -134,6 +134,7 @@
 
     /**
      * Determines if the layout is valid along the given axis.
+     * @return if the layout is valid along the given axis
      *
      * @param axis either <code>View.X_AXIS</code> or <code>View.Y_AXIS</code>
      *