summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/data/Contexts.java
AgeCommit message (Collapse)Author
2020-12-03Rename types to match Java styleBen Culkin
This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses
2020-12-01An assortment of changesBen Culkin
2020-11-22Add a 'context' typeBen Culkin
This was some example code I found somewhere that seemed interesting.