forked from loafle/openapi-generator-original
updated copyrights
This commit is contained in:
parent
9c4c2dfd37
commit
e73dd0a7c4
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2012 Wordnik, Inc.
|
* Copyright 2014 Wordnik, Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2012 Wordnik, Inc.
|
* Copyright 2014 Wordnik, Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2012 Wordnik, Inc.
|
* Copyright 2014 Wordnik, Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -8,7 +8,7 @@ class ScalatraBootstrap extends LifeCycle {
|
|||||||
implicit val swagger = new SwaggerApp
|
implicit val swagger = new SwaggerApp
|
||||||
|
|
||||||
override def init(context: ServletContext) {
|
override def init(context: ServletContext) {
|
||||||
implicit val system = ActorSystem("mySystem")
|
implicit val system = ActorSystem("appActorSystem")
|
||||||
try {
|
try {
|
||||||
{{#apiInfo}}
|
{{#apiInfo}}
|
||||||
{{#apis}}
|
{{#apis}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2012 Wordnik, Inc.
|
* Copyright 2014 Wordnik, Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user