jongpie/ApexUUID

Guid.isGuid method should use Guid.isEmpty

jongpie opened this issue · 1 comments

Currently, it calls String.isBlank(guid) instead of reusing the Guid.isEmpty method

This issue was moved to jongpie/NebulaFramework#11