Revision 23030

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/MapContext.java
1527 1527
	 * @see Object#equals(Object)
1528 1528
	 */
1529 1529
	public boolean equals(Object arg0) {
1530
		if (!(arg0 instanceof MapContext)) {
1531
			return false;
1532
		}
1530 1533
		MapContext map = (MapContext) arg0;
1531 1534
		if (super.equals(arg0)) {
1532 1535
			return true;

Also available in: Unified diff