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