Skip to content

Commit

Permalink
[INTERNAL] sap.ui.core.util.MockServer: fix constructor JSDoc
Browse files Browse the repository at this point in the history
MockServer was marked as abstract in the constructor JSDoc, but it is not.

Fixes: SAP-docs/sapui5#131
SNOW: n/a
CR-Id: 002075125900001972662024
Change-Id: Ifbfc712b6e5dda145fff560f7d51ecd56ccc0b12
(cherry picked from commit b42c668)
  • Loading branch information
flovogt committed Jun 13, 2024
1 parent e7f8827 commit a77bee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sap.ui.core/src/sap/ui/core/util/MockServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ sap.ui
*
* @class Class to mock http requests made to a remote server supporting the OData V2 REST protocol.
* @extends sap.ui.base.ManagedObject
* @abstract
* @author SAP SE
* @version ${version}
* @public
Expand Down

0 comments on commit a77bee3

Please sign in to comment.