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
069d111
Changed static public template property to use static private #template property that is guarded by the private static #guardTemplate() method.
Changed instance fix property to use private #fix.
Changed instance problem property to use private #problem.
Changed public static defineMessage() method to use private static #guardMessage() to guards the provided message.
Changed constructor to use public setMessage() method and add new callback parameter to handle private instance of Callback.