buntarb / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

ClosureCommandLineCompiler constructor protected but parameter class private #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the ClosureCommandLineCompiler class the default constructor is protected, 
but one of its parameter OutputInfo is private, which will not allow any other 
class to call this constructor.

I'm building a system that will call the compiler directly in java without 
using the command line itself, but this situation will block my call.

Original issue reported on code.google.com by terciofi...@gmail.com on 12 Apr 2012 at 12:12