Cleanups: renaming.
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
index d6996ee4ab380e8abc3dc971035ba9510f9ee39c..b6eb1f9a683fc7616a2cf27f3b5e0e7c1b50c8c9 100644 (file)
@@ -521,7 +521,7 @@ export default class ChargingStation {
     fs.watch(this._getAuthorizationFile()).on('change', (e) => {
       try {
         logger.debug(this._logPrefix() + ' Authorization file ' + this._getAuthorizationFile() + ' have changed, reload');
-        // Initialize _authorizedTags
+        // Initialize authorizedTags
         this.authorizedTags = this._getAuthorizedTags();
       } catch (error) {
         logger.error(this._logPrefix() + ' Authorization file monitoring error: %j', error);