Skip to content

Commit ff40f69

Browse files
author
bnasslahsen
committed
change ParameterCustomizer interface and review code formatting
1 parent 7fb24e5 commit ff40f69

File tree

2 files changed

+13
-19
lines changed
  • springdoc-openapi-webflux-ui/src/test/resources/results
  • springdoc-openapi-webmvc-core/src/test/resources

2 files changed

+13
-19
lines changed

springdoc-openapi-webflux-ui/src/test/resources/results/index5.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- HTML for static distribution bundle build -->
22
<!DOCTYPE html>
33
<html lang="en">
4-
<head>
4+
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link href="./swagger-ui.css" rel="stylesheet" type="text/css">
8-
<link href="./favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
9-
<link href="./favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
8+
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
9+
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
1111
html
1212
{
@@ -27,16 +27,15 @@
2727
margin:0;
2828
background: #fafafa;
2929
}
30-
3130
</style>
32-
</head>
31+
</head>
3332

34-
<body>
35-
<div id="swagger-ui"></div>
33+
<body>
34+
<div id="swagger-ui"></div>
3635

37-
<script src="./swagger-ui-bundle.js"></script>
38-
<script src="./swagger-ui-standalone-preset.js"></script>
39-
<script>
36+
<script src="./swagger-ui-bundle.js"> </script>
37+
<script src="./swagger-ui-standalone-preset.js"> </script>
38+
<script>
4039
window.onload = function() {
4140
// Begin Swagger UI call region
4241
const ui = SwaggerUIBundle({
@@ -58,7 +57,6 @@
5857
ui.initOAuth(
5958
{"clientId":"myClientId"})
6059
}
61-
62-
</script>
63-
</body>
60+
</script>
61+
</body>
6462
</html>
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
{
2-
"500": {
3-
"$ref": "#/components/examples/http500Example"
4-
}
5-
}
1+
{"500":{"$ref":"#/components/examples/http500Example"}}

0 commit comments

Comments
 (0)