aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/tags/TaggerImpl.java
AgeCommit message (Collapse)Author
2018-08-22Add missing Javadoc. (#1383)Yang Song
2018-08-21Extract logic about current state in internal class. (#1381)Bogdan Drutu
2017-11-10Deprecate Tags.setState, and throw an exception when it is called after ↵Kristen Kozak
getState. This commit is related to #608. It deprecates Tags.setState and TagsComponent.setState and makes NoopTagsComponent.setState and TagsComponentImplBase.setState throw IllegalStateException when they are called after getState.
2017-11-09 Move implementation directories (#786)Yang Song
* Move directories: core_impl to impl_core, core_impl_java to impl, core_impl_android to impl_lite.