~eloisant/play/httpcommons

« back to all changes in this revision

Viewing changes to framework/src/play/templates/FastTags.java

  • Committer: Erwan Loisant
  • Date: 2010-05-28 09:10:18 UTC
  • Revision ID: erwan@coot-20100528091018-rbr82vesdld0d19n
Code cleanup and generics

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
        }
234
234
    }
235
235
 
 
236
    @SuppressWarnings("unchecked")
236
237
    public static void _include(Map<?, ?> args, Closure body, PrintWriter out, ExecutableTemplate template, int fromLine) {
237
238
        try {
238
239
            if (!args.containsKey("arg") || args.get("arg") == null) {