We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d525b commit e8079cbCopy full SHA for e8079cb
src/main/java/org/scijava/convert/AbstractConverter.java
@@ -45,10 +45,10 @@
45
* well, to delegate to the appropriate {@link #canConvert}.
46
* </p>
47
* <p>
48
- * NB: by default, the {@link #populateInputs(Set)} method has a dummy
49
- * implementation. Effectively, this is opt-in behavior. If a subclass of this
50
- * would like to declare automatic mappings between input and output conversion
51
- * types, this method can be overridden.
+ * NB: by default, the {@link #populateInputCandidates(Collection)} method has a
+ * dummy implementation. Effectively, this is opt-in behavior. If a converter
+ * implementation would like to suggest candidates for conversion, this method
+ * can be overridden.
52
53
*
54
* @author Mark Hiner
0 commit comments