EWS: remove unused field

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2266 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2014-03-18 22:55:39 +00:00
parent 2f066713f5
commit 92e6db6da3
1 changed files with 0 additions and 4 deletions

View File

@ -40,7 +40,6 @@ public class ExtendedFieldURI implements FieldURI {
protected String propertyTag;
protected DistinguishedPropertySetType distinguishedPropertySetId;
protected String propertySetId;
protected String propertyName;
protected int propertyId;
protected final PropertyType propertyType;
@ -102,9 +101,6 @@ public class ExtendedFieldURI implements FieldURI {
if (distinguishedPropertySetId != null) {
buffer.append(" DistinguishedPropertySetId=\"").append(distinguishedPropertySetId).append('"');
}
if (propertySetId != null) {
buffer.append(" PropertySetId=\"").append(propertySetId).append('"');
}
if (propertyName != null) {
buffer.append(" PropertyName=\"").append(propertyName).append('"');
}