Skip to content

Commit

Permalink
Update built_value.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan authored Jun 27, 2018
1 parent 9eab2bb commit 08fb968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions built_value/lib/built_value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ abstract class Builder<V extends Built<V, B>, B extends Builder<V, B>> {
///
/// The implementation of this method will be generated for you by the
/// built_value generator.
///
/// Override this method to add validation at build time.
V build();
}

Expand Down

0 comments on commit 08fb968

Please sign in to comment.