Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use UtilMethods.isSet instead of comparing against null. ref: #3…
…0130 (#30663) This pull request includes a small but important change to the `VanityUrlAPIImpl.java` file. The change improves the way query strings are handled when constructing new URLs. * [`dotCMS/src/main/java/com/dotcms/vanityurl/business/VanityUrlAPIImpl.java`](diffhunk://#diff-1b71d209a0e8438b81297d8be0bf3b1868c489d30114645b3e0974025de9d5c2L380-R380): Replaced the null check for `queryString` with a call to `UtilMethods.isSet(queryString)` to improve readability and consistency.
- Loading branch information