git-svn-id: https://svn.coded.pt/svn/SIPRP@985 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Frederico Palma 17 years ago
parent 087056778a
commit e74d021720

@ -21,7 +21,7 @@ public class EquipamentoToPrint
public Element toJdomElement() throws Exception public Element toJdomElement() throws Exception
{ {
Element equipamentoElement = new Element( "equipamento" ); Element equipamentoElement = new Element( "equipamento" );
equipamentoElement.setText( tipo + "( " + marca + " " + modelo + " )" ); equipamentoElement.setText( tipo + " (" + marca + " " + modelo + ")" );
return equipamentoElement; return equipamentoElement;
} }
} }

Loading…
Cancel
Save