Changeset 9875
- Timestamp:
- 10/25/07 19:42:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/generator/web/CrossRefEntry.java
r9871 r9875 194 194 * 195 195 */ 196 public static Document getIndexAsString(IWADialog pDialog, String pKeyRef, String pPathAgentSortKey,boolean pAddCallers, String pSortMode, String pCategMode, String pRegExpFilterCodeAgentHier) throws Exception {196 public static Document getIndexAsString(IWADialog pDialog, String pKeyRef, boolean pAddCallers, String pSortMode, String pCategMode, String pRegExpFilterCodeAgentHier) throws Exception { 197 197 IHContextBuffers vContextBuffers = (IHContextBuffers) pDialog.hGetContext(); 198 198 String vKeyBuffer = PREFIX_KEYBUFFER.concat(pKeyRef);
Note: See TracChangeset
for help on using the changeset viewer.