Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 01183dc26f0bbd4e8775058d0124ecbc17b44916 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package org.eclipse.team.internal.ccvs.core.response;

/*
 * (c) Copyright IBM Corp. 2000, 2001.
 * All Rights Reserved.
 */

//class UpdateExisting extends Updated {
//	
//	/**
//	 * Constructor for UpdateExisting.
//	 * @param modTimeHandler
//	 * @param upToDate
//	 */
//	public UpdateExisting(ModTimeHandler modTimeHandler) {
//		super(modTimeHandler, true);
//	}
//	
//	public String getName() {
//		return "Update-existing";
//	}
//
//}

Back to the top