Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
adds missing source tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosmaki committed Dec 21, 2018
1 parent a94dc22 commit bd8e3b3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@
<placement>tmf</placement>
<head>Synonym German:</head>
</tag>
<tag>
<name>synonym_english</name>
<placement>tmf</placement>
<head>Synonym English:</head>
</tag>
<tag>
<name>abbreviation_german</name>
<placement>tmf</placement>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/net/contargo/intermodal/domain/DropOff.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* @name_german Anlieferung
* @name_english drop off
* @minimum_requirement location with city and designation, mot
* @source DIGIT - Standardisierung des Datenaustauschs für alle Akteure der intermodalen Kette zur Gewährleistung
* eines effizienten Informationsflusses und einer zukunftsfähigen digitalen Kommunikation
*/
public class DropOff {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@


/**
* Validator for numbers of a {@link LoadingUnit}.
*
* @author Isabell Dürlich - duerlich@synyx.de
*/
final class LoadingUnitNumber {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package net.contargo.intermodal.domain;

/**
* @author Isabell Dürlich - duerlich@synyx.de
*/

import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.DeserializationContext;
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/net/contargo/intermodal/domain/PickUp.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* @name_german Abholung
* @name_english pick up
* @minimum_requirement location with city and designation, earliest, mot
* @source DIGIT - Standardisierung des Datenaustauschs für alle Akteure der intermodalen Kette zur Gewährleistung
* eines effizienten Informationsflusses und einer zukunftsfähigen digitalen Kommunikation
*/
public class PickUp {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


/**
* For conversion between different units.
* For conversion between different {@link Unit Units}.
*
* @author Isabell Dürlich - duerlich@synyx.de
*/
Expand Down

0 comments on commit bd8e3b3

Please sign in to comment.