Skip to content

Commit 3259b8f

Browse files
committed
aggregation demo 2 update 3
1 parent c4180f4 commit 3259b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AggregationDemo2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public Address(int hNo,String street,int pincode,String city){
77
this.hNo = hNo;
88
this.street = street;
99
this.pincode = pincode;
10-
// this.city = city;
10+
this.city = city;
1111
}
1212
@Override
1313
public String toString(){

0 commit comments

Comments
 (0)