Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
florinpatrascu committed Mar 20, 2013
1 parent f3300a6 commit b86db12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified mustache/lib/mustache-0.1.1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.Map;

/**
* Support for the Mustache.java library
* Support for loading the Mustache View Renderer
*
* @author <a href="mailto:florin.patrascu@gmail.com">Florin T.PATRASCU</a>
* @since $Revision$ (created: 2013-02-03 7:43 PM)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
import com.github.mustachejava.Mustache;
import com.github.mustachejava.MustacheFactory;

import java.io.*;
import java.nio.charset.Charset;
import java.io.FileNotFoundException;
import java.io.StringReader;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Map;

/**
* Simple StringTemplate view renderer.
* <p/>
* If you learn more about the StringTemplate, visit their site:
* - http://www.antlr.org/wiki/display/ST4/StringTemplate+4+Wiki+Home
* A Mustache(.java) view renderer, using:
* - https://github.com/spullara/mustache.java
*
* @author <a href="mailto:florin.patrascu@gmail.com">Florin T.PATRASCU</a>
* @since $Revision$ (created: 2013-02-03 7:42 PM)
Expand Down

0 comments on commit b86db12

Please sign in to comment.