Skip to content

Commit 1aff46a

Browse files
committed
Make SdlManagerBase initialize method private
1 parent 2b838d1 commit 1aff46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/js/src/manager/_SdlManagerBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class _SdlManagerBase {
143143
* @abstract
144144
* @returns {Promise} - A promise to resolve when the state is ready.
145145
*/
146-
initialize () {
146+
_initialize () {
147147
throw new Error('method must be overridden');
148148
}
149149

0 commit comments

Comments
 (0)