Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
give prefix fields unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
joprice committed Apr 28, 2016
1 parent 950b306 commit d92fe23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -86,5 +86,5 @@ trait HTMLCompressorFilterComponents {

def mat: Materializer

lazy val filter: HTMLCompressorFilter = new DefaultHTMLCompressorFilter(configuration, environment, mat)
lazy val htmlCompressorFilter: HTMLCompressorFilter = new DefaultHTMLCompressorFilter(configuration, environment, mat)
}
Expand Up @@ -69,5 +69,5 @@ trait XMLCompressorFilterComponents {
def configuration: Configuration
def mat: Materializer

lazy val filter: XMLCompressorFilter = new DefaultXMLCompressorFilter(configuration, mat)
lazy val xmlCompressorFilter: XMLCompressorFilter = new DefaultXMLCompressorFilter(configuration, mat)
}

0 comments on commit d92fe23

Please sign in to comment.