ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
GNU General Public License v3.0
100 stars 34 forks source link

Fix guard `SUMOKBtoTPTPKB` #102

Closed kharus closed 1 year ago

kharus commented 1 year ago

Looks like a typo as current guard pw == null will never work. If pw is not null when it's guarded out. But if pw is null it will pass the guard and fail with NPE at the next line