mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
make serializable
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@773 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0458890f5c
commit
bc11748cfe
1 changed files with 3 additions and 1 deletions
|
@ -17,10 +17,12 @@
|
|||
|
||||
package de.schildbach.pte.dto;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
public final class ResultHeader
|
||||
public final class ResultHeader implements Serializable
|
||||
{
|
||||
public final String serverProduct;
|
||||
public final String serverVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue