Skip to content

Commit

Permalink
Add template type to CachedXhr's backing cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Vializ committed Mar 3, 2017
1 parent 9e44def commit b594a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/cached-xhr-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class CachedXhr extends Xhr {
constructor(win, cacheSize) {
super(win);

/** @const {!Cache} */
/** @const {!Cache<!Promise<!./xhr-impl.FetchResponse>>} */
this.cache_ = new Cache(cacheSize);
}

Expand Down

0 comments on commit b594a93

Please sign in to comment.