Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 350121 | Differences between
and this patch

Collapse All | Expand All

(-)vf2/org/eclipse/wst/validation/internal/ValPrefManagerGlobal.java (-5 / +1 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2007, 2008 IBM Corporation and others.
2
 * Copyright (c) 2007, 2011 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 621-630 Link Here
621
			return _build;
621
			return _build;
622
		}
622
		}
623
623
624
		public int getVersion() {
625
			return _version;
626
		}
627
628
		public String getDelegating() {
624
		public String getDelegating() {
629
			return _delegating;
625
			return _delegating;
630
		}
626
		}

Return to bug 350121