ProjectState: Remind myself that themes are going away
I started down the path of rewriting lazy theme initialization as part of the ProjectAccessor series[1], only to realize that this code is going to get deleted soon so it's not worth the effort. [1] https://gerrit-review.googlesource.com/q/file:ProjectAccessor.java Change-Id: Ib4e63b179ae553355159f54de521650283c44f72
This commit is contained in:
parent
8f420ae258
commit
c68d187d0e
@ -94,6 +94,8 @@ public class ProjectState {
|
||||
/** Local access sections, wrapped in SectionMatchers for faster evaluation. */
|
||||
private volatile List<SectionMatcher> localAccessSections;
|
||||
|
||||
// TODO(dborowitz): Delete when the GWT UI gets deleted; in the meantime, don't bother with any
|
||||
// refactoring.
|
||||
/** Theme information loaded from site_path/themes. */
|
||||
private volatile ThemeInfo theme;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user