Skip to content

Commit

Permalink
[INTERNAL] MiddlewareUtil: Small JSDoc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Feb 16, 2023
1 parent 34569d2 commit 82a4955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/middleware/MiddlewareUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ class MiddlewareUtil {
* @property {Function} getSourcePath Get the local File System path of the project's source directory
* @property {Function} getCustomConfiguration Get the project Custom Configuration
* @property {Function} isFrameworkProject Check whether the project is a UI5-Framework project
* @property {Function} getFrameworkName Get the project's frameworkName configuration
* @property {Function} getFrameworkVersion Get the project's frameworkVersion configuration
* @property {Function} getFrameworkDependencies Get the project's frameworkDependencies configuration
* @property {Function} getFrameworkName Get the project's framework name configuration
* @property {Function} getFrameworkVersion Get the project's framework version configuration
* @property {Function} getFrameworkDependencies Get the project's framework dependencies configuration
*/

/**
Expand Down

0 comments on commit 82a4955

Please sign in to comment.