Arinerron / ScratchAPI

A library written in Java for accessing scratch.mit.edu via your Java application...
Other
6 stars 4 forks source link

Rather than importing invidual packages... #3

Closed ghost closed 7 years ago

ghost commented 8 years ago

Why don't we just do this:

import org.apache.*;

That will make our code shorter

Arinerron commented 8 years ago

I guess that's fine, except: http://stackoverflow.com/q/147454/3678023

ghost commented 8 years ago

Hmm, yes. it can be a conflict.

Arinerron commented 7 years ago

K