small fix
This commit is contained in:
parent
d1d23079b8
commit
ca2d4dd5f3
2 changed files with 6 additions and 0 deletions
3
TODO
3
TODO
|
@ -11,3 +11,6 @@ add a option to do not have to extract the body, to optimize.
|
|||
|
||||
20070215, cpm:
|
||||
add management of Presenter (String html) with Presenter (String fileName)
|
||||
|
||||
20070228, cpm:
|
||||
add merging strategy parameter in attribute Data define.
|
||||
|
|
|
@ -313,6 +313,9 @@ public class Data
|
|||
*/
|
||||
public void appendAttribute (String id, int line, String column, String label, String value)
|
||||
{
|
||||
org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger (Data.class);
|
||||
|
||||
|
||||
IdData tag = this.getIdData (id, line, column);
|
||||
|
||||
tag.getAttributes ().appendAttribute (label, value);
|
||||
|
|
Loading…
Reference in a new issue