I Assume this needs a big ole fixme

Justin Harris jharris at redhat.com
Fri Mar 26 18:49:03 UTC 2010


----- "Bryan Kearney" <bkearney at redhat.com> wrote:

> This is in the ctor of the consumer resource.
> 
> 
>          if (username != null) {
>              this.owner = ownerCurator.lookupByName(username);
>              if (owner == null) {
>                  owner = ownerCurator.create(new Owner(username));
>              }
>          }
> 
> I assume this should be FIXME?

I think that if the resource is a singleton then this is quite a problem...

> 
> -- bk
> _______________________________________________
> candlepin mailing list
> candlepin at lists.fedorahosted.org
> https://fedorahosted.org/mailman/listinfo/candlepin



More information about the candlepin mailing list