001 /*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005 package com.nativelibs4java.velocity;
006
007 import java.util.Map;
008
009 public class Execution {
010
011 private Map<String, String> parameters;
012
013 public Map<String, String> getParameters() {
014 return parameters;
015 }
016 }