-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(spdx): Move
nullOrBlankToSpdxNoassertionOrNone()
Because probably being the most natural string representation for an `SpdxExpression`, it makes sense to move that function to `spdx-utils`. Note that in order to continue working for `null`, it needs to stay an extension function and not just override `toString()` in `SpdxExpression`. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
- Loading branch information
1 parent
8e196ab
commit 7f61de7
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters