NHibernate.Transform.Transformers should be static class
Description
Is sealed with private constructor and only static methods -> should be static class instead.
Environment
None
Activity
Show:
Alex Zaytsev
May 1, 2017 at 3:42 AM
Closing issues resolved in 4.1.0
Alex Zaytsev
February 22, 2015 at 10:43 PM
Merged to master @ cf354f8a2ca10bc81cafa05a9d75306d546a83da
Oskar Berggren
September 23, 2014 at 12:32 PM
I figured the priority is low since it's mostly just a style change - no actual feature or bugfix. So I just put it in NH5 instead of researching if this was allowed while maintaining API.
Ricardo Peres
September 23, 2014 at 12:18 PM
: does this really need to go to NH 5? There isn't really a perceptible API change.
Is sealed with private constructor and only static methods -> should be static class instead.