1717
1818namespace NHibernate . Test . Events . Collections
1919{
20- /// <content>
21- /// Contains generated async methods
22- /// </content>
2320 public partial class CollectionListeners
2421 {
2522
@@ -32,9 +29,6 @@ public partial class CollectionListeners
3229
3330 #region Nested type: InitializeCollectionListener
3431
35- /// <content>
36- /// Contains generated async methods
37- /// </content>
3832 public partial class InitializeCollectionListener : DefaultInitializeCollectionEventListener , IListener
3933 {
4034
@@ -53,9 +47,6 @@ public override async Task OnInitializeCollectionAsync(InitializeCollectionEvent
5347
5448 #region Nested type: PostCollectionRecreateListener
5549
56- /// <content>
57- /// Contains generated async methods
58- /// </content>
5950 public partial class PostCollectionRecreateListener : AbstractListener , IPostCollectionRecreateEventListener
6051 {
6152
@@ -81,9 +72,6 @@ public Task OnPostRecreateCollectionAsync(PostCollectionRecreateEvent @event, Ca
8172
8273 #region Nested type: PostCollectionRemoveListener
8374
84- /// <content>
85- /// Contains generated async methods
86- /// </content>
8775 public partial class PostCollectionRemoveListener : AbstractListener , IPostCollectionRemoveEventListener
8876 {
8977
@@ -109,9 +97,6 @@ public Task OnPostRemoveCollectionAsync(PostCollectionRemoveEvent @event, Cancel
10997
11098 #region Nested type: PostCollectionUpdateListener
11199
112- /// <content>
113- /// Contains generated async methods
114- /// </content>
115100 public partial class PostCollectionUpdateListener : AbstractListener , IPostCollectionUpdateEventListener
116101 {
117102
@@ -137,9 +122,6 @@ public Task OnPostUpdateCollectionAsync(PostCollectionUpdateEvent @event, Cancel
137122
138123 #region Nested type: PreCollectionRecreateListener
139124
140- /// <content>
141- /// Contains generated async methods
142- /// </content>
143125 public partial class PreCollectionRecreateListener : AbstractListener , IPreCollectionRecreateEventListener
144126 {
145127
@@ -165,9 +147,6 @@ public Task OnPreRecreateCollectionAsync(PreCollectionRecreateEvent @event, Canc
165147
166148 #region Nested type: PreCollectionRemoveListener
167149
168- /// <content>
169- /// Contains generated async methods
170- /// </content>
171150 public partial class PreCollectionRemoveListener : AbstractListener , IPreCollectionRemoveEventListener
172151 {
173152
@@ -193,9 +172,6 @@ public Task OnPreRemoveCollectionAsync(PreCollectionRemoveEvent @event, Cancella
193172
194173 #region Nested type: PreCollectionUpdateListener
195174
196- /// <content>
197- /// Contains generated async methods
198- /// </content>
199175 public partial class PreCollectionUpdateListener : AbstractListener , IPreCollectionUpdateEventListener
200176 {
201177
0 commit comments