Sample 1
Topology
sip.cfg
Code Block | ||||
---|---|---|---|---|
| ||||
// Some comments here
public String getFoo()
{
return foo;
}
|
Code Block | ||||
---|---|---|---|---|
| ||||
<test>
<another tag="attribute"/>
</test>
|
Code Block | ||||
---|---|---|---|---|
| ||||
// Some comments here
public String getFoo()
{
return foo;
}
|
Code Block | ||||
---|---|---|---|---|
| ||||
<test>
<another tag="attribute"/>
</test>
|