Skip to content

Commit

Permalink
Update Transform.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen authored Sep 10, 2018
1 parent 3998d0a commit 8fbecc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Transform.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Son H. Nguyen ([email protected])
*
* With support regarding CityGML encodings from
* Thomas H. Kolbe (thomas.kolbe.tum.de)
* Thomas H. Kolbe (thomas.kolbe@tum.de)
* Tatjana Kutzner ([email protected])
*
* MIT License
Expand Down Expand Up @@ -152,4 +152,4 @@ public static void main(String[] args) throws TransformerFactoryConfigurationErr
System.out.println("Transformation done in " + (endTime - startTime) / 1e9 + " seconds!\n"
+ "File output: " + outputXMLFile);
}
}
}

0 comments on commit 8fbecc9

Please sign in to comment.