File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
spring-core/src/main/java/org/springframework/util Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
19
19
import java .util .UUID ;
20
20
21
21
/**
22
- * Contract for generating {@link UUID} identifiers .
22
+ * Contract for generating universally unique identifiers {@link UUID (UUIDs)} .
23
23
*
24
24
* @author Rossen Stoyanchev
25
25
* @since 4.0
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
19
19
import java .util .UUID ;
20
20
21
21
/**
22
- * An IdGenerator that calls {@link java.util.UUID#randomUUID()}.
22
+ * An {@link org.springframework.util.IdGenerator IdGenerator} that calls
23
+ * {@link java.util.UUID#randomUUID()}.
23
24
*
24
25
* @author Rossen Stoyanchev
25
26
* @since 4.2
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
20
20
import java .util .concurrent .atomic .AtomicLong ;
21
21
22
22
/**
23
- * An simple IdGenerator that starts at 1 and increments by 1 with each call.
23
+ * A simple {@link org.springframework.util.IdGenerator IdGenerator} that
24
+ * starts at 1 and increments by 1 with each call.
24
25
*
25
26
* @author Rossen Stoyanchev
26
27
* @since 4.2
You can’t perform that action at this time.
0 commit comments