@@ -101,7 +101,7 @@ class MiddlewareUtil {
101101 * For details on individual functions, see [Project]{@link @ui5/project/specifications/Project }
102102 *
103103 * @public
104- * @typedef {object } @ui 5/project/build/helpers/MiddlewareUtill ~ProjectInterface
104+ * @typedef {object } @ui 5/server/middleware/MiddlewareUtil ~ProjectInterface
105105 * @property {Function } getType Get the project type
106106 * @property {Function } getName Get the project name
107107 * @property {Function } getVersion Get the project version
@@ -127,7 +127,7 @@ class MiddlewareUtil {
127127 * @param {string|@ui5/fs/Resource } [projectNameOrResource]
128128 * Name of the project to retrieve or a Resource instance to retrieve the associated project for.
129129 * Defaults to the name of the current root project
130- * @returns {@ui5/project/build/helpers/MiddlewareUtill ~ProjectInterface|undefined }
130+ * @returns {@ui5/server/middleware/MiddlewareUtil ~ProjectInterface|undefined }
131131 * Specification Version-dependent interface to the Project instance or <code>undefined</code>
132132 * if the project name is unknown or the provided resource is not associated with any project.
133133 * @public
@@ -170,7 +170,7 @@ class MiddlewareUtil {
170170 * For details on individual functions, see [@ui5/fs/resourceFactory]{@link @ui5/fs/resourceFactory }
171171 *
172172 * @public
173- * @typedef {object } @ui 5/project/build/helpers/MiddlewareUtill ~resourceFactory
173+ * @typedef {object } @ui 5/server/middleware/MiddlewareUtil ~resourceFactory
174174 * @property {Function } createResource Creates a [Resource]{@link @ui5/fs/Resource }.
175175 * Accepts the same parameters as the [Resource]{@link @ui5/fs/Resource } constructor.
176176 * @property {Function } createReaderCollection Creates a reader collection:
@@ -192,7 +192,7 @@ class MiddlewareUtil {
192192 * This attribute is only available to custom server middleware extensions defining
193193 * <b>Specification Version 3.0 and above</b>.
194194 *
195- * @type {@ui5/project/build/helpers/MiddlewareUtill ~resourceFactory }
195+ * @type {@ui5/server/middleware/MiddlewareUtil ~resourceFactory }
196196 * @public
197197 */
198198 resourceFactory = {
0 commit comments