BAEL-4254 JavaDoc method reference example classes
This commit is contained in:
parent
748d2022d8
commit
07511d76c1
|
@ -33,7 +33,7 @@ public class Person {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Also consider checking {@link com.baeldung.sealed.classes.Vehicle#Vehicle()} constructor to initialize vehicle object.
|
* Also consider checking {@link com.baeldung.sealed.classes.Vehicle#Vehicle() Vehicle} constructor to initialize vehicle object.
|
||||||
*/
|
*/
|
||||||
public void goToWork() {
|
public void goToWork() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue