Removed obsolete converter
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
package org.springframework.cloud.sleuth.sampler;
|
||||
|
||||
import org.springframework.core.convert.converter.Converter;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* Interface showing how to convert String into UUID
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
public interface StringToUuidConverter extends Converter<String, UUID> {
|
||||
|
||||
@Override
|
||||
UUID convert(String source);
|
||||
}
|
||||
Reference in New Issue
Block a user