File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
spring-boot-project/spring-boot/src
main/java/org/springframework/boot/info
test/java/org/springframework/boot/info Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2021 the original author or authors.
2
+ * Copyright 2012-2022 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.
@@ -57,10 +57,13 @@ public JavaVirtualMachineInfo getJvm() {
57
57
}
58
58
59
59
/**
60
- * Information about the Java Vendor of the used Java Runtime.
60
+ * Information about the Java Vendor of the Java Runtime the application is running
61
+ * in.
62
+ *
61
63
* @since 2.7.0
62
64
*/
63
65
public static class JavaVendorInfo {
66
+
64
67
private final String name ;
65
68
66
69
private final String version ;
@@ -77,11 +80,11 @@ public String getName() {
77
80
public String getVersion () {
78
81
return this .version ;
79
82
}
83
+
80
84
}
81
85
82
86
/**
83
87
* Information about the Java Runtime Environment the application is running in.
84
- * @since 2.6.0
85
88
*/
86
89
public static class JavaRuntimeEnvironmentInfo {
87
90
@@ -106,7 +109,6 @@ public String getVersion() {
106
109
107
110
/**
108
111
* Information about the Java Virtual Machine the application is running in.
109
- * @since 2.6.0
110
112
*/
111
113
public static class JavaVirtualMachineInfo {
112
114
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2021 the original author or authors.
2
+ * Copyright 2012-2022 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.
You can’t perform that action at this time.
0 commit comments