Skip to content

Commit e9d1515

Browse files
committed
comment AndroidTool class
1 parent 122b4e3 commit e9d1515

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/processing/mode/android/AndroidTool.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
import processing.app.contrib.LocalContribution;
3434
import processing.app.tools.Tool;
3535

36+
/**
37+
* Specialized local contribution for Android tools. Cannot use ToolContribution
38+
* from processing-app since Android tools may need SDK jars in the classpath.
39+
*/
3640
public class AndroidTool extends LocalContribution implements Tool, Comparable<AndroidTool> {
3741
private AndroidSDK sdk;
3842
private Tool tool;

0 commit comments

Comments
 (0)