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
class MyUtility:
// used when two or more of same processes are not supposed to be executing at the same time
method public log alreadyRequestedProcess(pcProgramName as char):
return false.
end method.
end class.
Becomes this:
class MyUtility:
// used when two or more of same processes are not supposed to be executing at the same time
method public log alreadyRequestedPr:
cess(pcProgramName as char):
return false.
end method.
end class.
If the comment is removed, the issue is gone
The text was updated successfully, but these errors were encountered:
This:
Becomes this:
If the comment is removed, the issue is gone
The text was updated successfully, but these errors were encountered: