We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a540f5 commit dc0fd66Copy full SHA for dc0fd66
modules/swagger-play2/app/play/modules/swagger/SwaggerPlugin.scala
@@ -71,11 +71,11 @@ class SwaggerPlugin(application: Application) extends Plugin {
71
val docRoot = ""
72
ApiListingCache.listing(docRoot)
73
74
- Logger("swagger").info("Plugin - initialisation done")
+ Logger("swagger").info("Plugin - initialization done")
75
}
76
77
override def onStop() {
78
- // we may need to tidy up resources here
+ ApiListingCache.cache = None
79
Logger("swagger").info("Plugin - stopped");
80
81
0 commit comments