| Index: pkg/docgen/lib/src/library_helpers.dart
|
| diff --git a/pkg/docgen/lib/src/library_helpers.dart b/pkg/docgen/lib/src/library_helpers.dart
|
| index 05d6f4bda40b033de836de3d7ab3b4e02ad174c6..78db9e9fcf11d3875b2d68e3c0d4c2ccd2788fcc 100644
|
| --- a/pkg/docgen/lib/src/library_helpers.dart
|
| +++ b/pkg/docgen/lib/src/library_helpers.dart
|
| @@ -29,9 +29,6 @@ bool get includePrivateMembers {
|
| }
|
|
|
| void set includePrivateMembers(bool value) {
|
| - if (_includePrivate != null) {
|
| - throw new StateError('includePrivate has already been set');
|
| - }
|
| if (value == null) throw new ArgumentError('includePrivate cannot be null');
|
| _includePrivate = value;
|
| }
|
|
|