Skip to content

Commit

Permalink
Merge pull request sakaiproject#463 from buckett/javadoc-toolconfig
Browse files Browse the repository at this point in the history
Add Javadoc to m_toolsRequired.
  • Loading branch information
steveswinsburg committed May 4, 2015
2 parents d1b2e49 + 7c64eb4 commit dff90e9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ public class ToolConfigurationService {

private Map<String, List<String>> m_toolGroupSelected = new HashMap<>();

/**
* Required tools - map keyed by category to List of tool id strings.
*/
private Map<String, List<String>> m_toolsRequired = new HashMap<>();
/**
* default tools - map keyed by category of List of tool id strings.
* default tools - map keyed by category to List of tool id strings.
*/
private Map<String, List<String>> m_defaultTools = new HashMap<>();
/**
Expand Down

0 comments on commit dff90e9

Please sign in to comment.