mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 06:17:42 +08:00
Polish
This commit is contained in:
@@ -19,7 +19,7 @@ package io.spring.initializr.util;
|
|||||||
import org.springframework.util.Assert;
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define a {@link Version} range. A square bracket "[" or "]" denotes an inclusive
|
* Define a {@link Version} range. A square bracket "[" or "]" denotes an inclusive
|
||||||
* end of the range and a round bracket "(" or ")" denotes an exclusive end of the
|
* end of the range and a round bracket "(" or ")" denotes an exclusive end of the
|
||||||
* range. A range can also be unbounded by defining a a single {@link Version}. The
|
* range. A range can also be unbounded by defining a a single {@link Version}. The
|
||||||
* examples below make this clear.
|
* examples below make this clear.
|
||||||
|
|||||||
Reference in New Issue
Block a user