aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/java
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-01-27 09:11:32 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-01-27 09:11:32 -0300
commit633b4058207d084724743c6b6367ac60f95ff987 (patch)
treea0ea788593b93b2657e1924e578ff274aab3eeee /kamon-core/src/main/java
parentf341a9f01aa53bb79dbbc8a2cccd652c03ae5267 (diff)
downloadKamon-633b4058207d084724743c6b6367ac60f95ff987.tar.gz
Kamon-633b4058207d084724743c6b6367ac60f95ff987.tar.bz2
Kamon-633b4058207d084724743c6b6367ac60f95ff987.zip
rename UOW to TraceToken and generate it by default when a Trace starts
Diffstat (limited to 'kamon-core/src/main/java')
-rw-r--r--kamon-core/src/main/java/kamon/util/GlobPathFilter.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/kamon-core/src/main/java/kamon/util/GlobPathFilter.java b/kamon-core/src/main/java/kamon/util/GlobPathFilter.java
index 5b019bec..a000e2a0 100644
--- a/kamon-core/src/main/java/kamon/util/GlobPathFilter.java
+++ b/kamon-core/src/main/java/kamon/util/GlobPathFilter.java
@@ -1,6 +1,6 @@
/*
* =========================================================================================
- * Copyright © 2013 the kamon project <http://kamon.io/>
+ * Copyright 2013 the kamon project <http://kamon.io/>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
@@ -14,7 +14,6 @@
* =========================================================================================
*/
-
// This file was copied from: https://github.com/jboss-modules/jboss-modules/blob/master/src/main/java/org/jboss/modules/filter/GlobPathFilter.java
package kamon.util;