Skip to content

Commit

Permalink
Removed empty tag from javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Apr 25, 2016
1 parent 09f12e4 commit f24958a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ interface Valuable<U> extends FieldDefinition<U> {
* Defines the supplied {@code double} value as a default value of the previously defined or matched field.
* </p>
* <p>
* <p>
* <b>Important</b>: A default value in a Java class file defines a field's value prior to the class's initialization. This value
* is only visible to code if the field is declared {@code static}. A default value can also be set for non-static fields where
* the value is not visible to code. The Java compiler only defines such values for {@code final} fields.
Expand Down

0 comments on commit f24958a

Please sign in to comment.