Skip to content

Commit 6d68c9e

Browse files
committed
Updated comments
1 parent 5d784b3 commit 6d68c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/com/matfax/swuiakht/SwaggerUiRoute.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import akka.http.scaladsl.server.{Directives, Route}
1414
* @param replacedIndex ``Some`` path to your own Swagger UI index file, or ``None``
1515
*
1616
* @author Matthias Fax
17-
* @version 1.0.1
17+
* @version 1.0.2
1818
*/
1919
class SwaggerUiRoute(prefixPath: String, replacedIndex: Option[String] = None) extends Directives {
2020

src/test/scala/com/matfax/swuiakht/SwaggerUiRouteSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import scala.io.{Codec, Source}
1111
* The specification for ``SwaggerUiRoute``.
1212
*
1313
* @author Matthias Fax
14-
* @version 1.0.1
14+
* @version 1.0.2
1515
*/
1616
class SwaggerUiRouteSpec extends WordSpec with Matchers with ScalatestRouteTest {
1717

0 commit comments

Comments
 (0)