white space checks

This commit is contained in:
Alex Huang 2011-05-05 16:15:33 -07:00
parent 0ee7e7678a
commit 66f19c6318
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, ResourceS
@Inject
protected StoragePoolDao _storagePoolDao = null;
@Inject
protected StoragePoolHostDao _storagePoolHostDao = null;
protected StoragePoolHostDao _storagePoolHostDao = null;
@Inject
protected GuestOSCategoryDao _guestOSCategoryDao = null;
@Inject