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 11/*
2- * Copyright 2002-2013 the original author or authors.
2+ * Copyright 2002-2015 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2013 the original author or authors.
2+ * Copyright 2002-2015 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1919import java .util .UUID ;
2020
2121/**
22- * Contract for generating {@link UUID} identifiers .
22+ * Contract for generating universally unique identifiers {@link UUID (UUIDs)} .
2323 *
2424 * @author Rossen Stoyanchev
2525 * @since 4.0
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2013 the original author or authors.
2+ * Copyright 2002-2015 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1919import java .util .UUID ;
2020
2121/**
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()}.
2324 *
2425 * @author Rossen Stoyanchev
2526 * @since 4.2
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2013 the original author or authors.
2+ * Copyright 2002-2015 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2020import java .util .concurrent .atomic .AtomicLong ;
2121
2222/**
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.
2425 *
2526 * @author Rossen Stoyanchev
2627 * @since 4.2
You can’t perform that action at this time.
0 commit comments