diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-06-23 14:44:35 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-06-23 14:44:35 +0200 |
| commit | d0fc327008394ef34c7796976ed6e20c01a64775 (patch) | |
| tree | 7f16a800e8a1cb08f98b8c80507f39e31b596890 /src/main/java | |
| parent | 4c4da2ce679efc0d53b7e62fa26d43c164cae7d4 (diff) | |
Finished half-finished doc sentence.
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/com/c2kernel/lookup/Lookup.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/com/c2kernel/lookup/Lookup.java b/src/main/java/com/c2kernel/lookup/Lookup.java index 1c7c6c7..039c368 100644 --- a/src/main/java/com/c2kernel/lookup/Lookup.java +++ b/src/main/java/com/c2kernel/lookup/Lookup.java @@ -37,7 +37,8 @@ public interface Lookup { // Path resolution
/**
- * Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry. This is used by Item
+ * Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.
+ * This is used by the CORBA Server to make sure the correct Item subclass is used.
*
* @param sysKey The system key of the Item
* @return an ItemPath or AgentPath
|
