Commit ba77fb8d authored by Matt Tucker's avatar Matt Tucker Committed by matt

Trying to fix qdox.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7712 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8f359ff2
...@@ -220,9 +220,10 @@ public class HistoryStrategy { ...@@ -220,9 +220,10 @@ public class HistoryStrategy {
/** /**
* Obtain the strategy type from string name. See the Type enumeration name * Obtain the strategy type from string name. See the Type enumeration name
* strings for the names strings supported. If nothing matches * strings for the names strings supported. If nothing matches
* and parent != null DEFAULT is used, otherwise, NUMBER is used. * and parent is not null, then the default strategy is used. Otherwise the number
* strategy is used.
* *
* @param typeName The text name of the strategy type * @param typeName the text name of the strategy type.
*/ */
public void setTypeFromString(String typeName) { public void setTypeFromString(String typeName) {
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment