I Assume this needs a big ole fixme

Bryan Kearney bkearney at redhat.com
Fri Mar 26 18:41:11 UTC 2010


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?

-- bk



More information about the candlepin mailing list