You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per strict coding standards, made isMeetingRequirements() non abstract - now, it always returns true in the base SHM class. adapters should override this when needed;
factory() and registerAdapter() are now "final" methods;
registerAdapter() checks for the existence of a class and autoloads it before other checks.
0 commit comments