|
Change Variable Type externs : List<JSSourceFile> to externs : List<SourceFile> in method public compile(jprogram JProgram, program JsProgram, js String[], jsOutputOption JsOutputOption) : void in class com.google.gwt.dev.js.ClosureJsRunner |
From |
To |
|
Change Variable Type defaultExterns : List<JSSourceFile> to defaultExterns : List<SourceFile> in method protected getDefaultExternsList() : List<SourceFile> in class com.google.gwt.dev.js.ClosureJsRunner |
From |
To |
|
Change Variable Type externsMap : Map<String,JSSourceFile> to externsMap : Map<String,SourceFile> in method public getDefaultExterns() : List<SourceFile> in class com.google.gwt.dev.js.ClosureJsRunner |
From |
To |
|
Change Variable Type externs : List<JSSourceFile> to externs : List<SourceFile> in method private getClosureCompilerExterns() : List<SourceFile> in class com.google.gwt.dev.js.ClosureJsRunner |
From |
To |
|
Change Variable Type externs : List<JSSourceFile> to externs : List<SourceFile> in method public getDefaultExterns() : List<SourceFile> in class com.google.gwt.dev.js.ClosureJsRunner |
From |
To |