This commit is contained in:
Lucio Lelii 2008-10-01 17:05:14 +00:00
parent 120f604dcd
commit e4f1b6ea6a
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class ProfileResource extends GCUBEWSResource {
* @return the Resource QName
*/
private QName generateQName() {
return QName.valueOf(NotificationProfileRP.toString()+"_"+this.getID());
return QName.valueOf(this.getID().toString());
}
public GCUBEResource getGCubeResource() {