-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VIC UI is blocked on VC that including new refactoring H5 client API (#…
…698) 1. In VIC UI java layer, we import QueryUtil class which will be moved into a new package: com.vmware.vise.data.query.QueryUtil -> com.vmware.vise.data.query.util.QueryUtil 2. we can not simply fix it by update the import path to com.vmware.vise.data.query.util.QueryUtil Because it will block VIC UI running on lower version before H5 client API changing. 3. Solution: Remove the code dependency on QueryUtil class. Add and implements three Functions to replace the original Functions the new three funcs will provide the same function.
- Loading branch information
Showing
1 changed file
with
91 additions
and
15 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