Révision 392
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMResultEditorInput.java (revision 392) | ||
---|---|---|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
//FIXME: parameters tests |
34 |
protected Properties params;
|
|
34 |
protected HashMap<String, Object> params;
|
|
35 | 35 |
protected ITXMResult source; |
36 | 36 |
|
37 | 37 |
|
... | ... | |
56 | 56 |
//FIXME: parameters tests |
57 | 57 |
public TXMResultEditorInput(ITXMResult source, HashMap<String, Object> parameters) { |
58 | 58 |
this.source = source; |
59 |
this.params = params; |
|
59 |
this.params = parameters;
|
|
60 | 60 |
} |
61 | 61 |
|
62 | 62 |
/** |
... | ... | |
159 | 159 |
/** |
160 | 160 |
* @return the params |
161 | 161 |
*/ |
162 |
public Properties getParams() {
|
|
162 |
public HashMap<String, Object> getParams() {
|
|
163 | 163 |
return params; |
164 | 164 |
} |
165 | 165 |
|
Formats disponibles : Unified diff