/[projects]/dao/NaermestePakkeshop/src/dk/daoas/naermestepshop/ShopResult.java
ViewVC logotype

Annotation of /dao/NaermestePakkeshop/src/dk/daoas/naermestepshop/ShopResult.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2582 - (hide annotations) (download)
Sun Jun 14 07:53:37 2015 UTC (8 years, 11 months ago) by torben
File size: 191 byte(s)
Initial import.
1 torben 2582 package dk.daoas.naermestepshop;
2    
3     public class ShopResult {
4     public Shop shop;
5     public double distance;
6    
7     @Override
8     public String toString() {
9     return "" + shop + " -> "+ distance;
10     }
11     }

  ViewVC Help
Powered by ViewVC 1.1.20