Javadoc corrections

This commit is contained in:
2017-01-02 15:40:34 +01:00
parent ad147fb85f
commit 03e6fc0338
6 changed files with 55 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016 Stefan Kalscheuer
* Copyright 2016-2017 Stefan Kalscheuer
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import java.util.List;
/**
* Entity for a single stop.
*
* @author Stefan Kalscheuer <stefan@stklcode.de>
* @author Stefan Kalscheuer [stefan@stklcode.de]
*/
public class Stop {
private final String id;

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016 Stefan Kalscheuer
* Copyright 2016-2017 Stefan Kalscheuer
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import java.util.List;
/**
* Entity for a single trip.
*
* @author Stefan Kalscheuer <stefan@stklcode.de>
* @author Stefan Kalscheuer [stefan@stklcode.de]
*/
public class Trip {
private final Stop stop;