Skip to content

Commit

Permalink
Merge pull request #4 from wagnert/master
Browse files Browse the repository at this point in the history
Fixed invalid class name for FlatServletEngine
  • Loading branch information
wagnert committed Apr 17, 2016
2 parents 0daf08f + 603b87f commit 486f112
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# Version 2.0.2

## Bugfixes

* Fixed invalid class name for FlatServletEngine

## Features

* None

# Version 2.0.1

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion build.default.properties
Expand Up @@ -14,4 +14,4 @@
# deploy.dir = <OPTIONAL DEPLOY DIR>

# ---- Module Release Settings --------------------------------------------------
release.version = 2.0.1
release.version = 2.0.2
Expand Up @@ -45,7 +45,7 @@
* @link https://github.com/appserver-io/single-app
* @link http://www.appserver.io
*/
class SimpleServletEngine extends ServletEngine
class FlatServletEngine extends ServletEngine
{

/**
Expand Down

0 comments on commit 486f112

Please sign in to comment.