Changeset 29762
- Timestamp:
- 01/29/08 15:19:14 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.core/trunk/nuxeo-core-client/src/main/java/org/nuxeo/ecm/core/client/NuxeoClient.java
r29759 r29762 275 275 } 276 276 277 public AutoConfigurationService getConfigurationService() { 278 return cfg; 279 } 280 277 281 public synchronized String getServerName() { 278 282 if (this.locator == null) { … … 433 437 } 434 438 435 436 439 }
