git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@3976 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
120f604dcd
commit
e4f1b6ea6a
|
@ -153,7 +153,7 @@ public class ProfileResource extends GCUBEWSResource {
|
||||||
* @return the Resource QName
|
* @return the Resource QName
|
||||||
*/
|
*/
|
||||||
private QName generateQName() {
|
private QName generateQName() {
|
||||||
return QName.valueOf(NotificationProfileRP.toString()+"_"+this.getID());
|
return QName.valueOf(this.getID().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
public GCUBEResource getGCubeResource() {
|
public GCUBEResource getGCubeResource() {
|
||||||
|
|
Loading…
Reference in New Issue