fix some non ascii characters in comment lines.
| | |
| | | if (changeNumber.newerOrEquals(deleteTime) |
| | | && ((addTime == null ) || addTime.older(deleteTime))) |
| | | { |
| | | // no conflict : don´t do anything beside setting the addTime |
| | | // no conflict : don't do anything beside setting the addTime |
| | | addTime = changeNumber; |
| | | value = newValue; |
| | | } |
| | |
| | | Attribute modAttr = mod.getAttribute(); |
| | | if (modAttr.getAttributeType().equals(Historical.historicalAttrType)) |
| | | { |
| | | // Don´t keep historical information for the attribute that is |
| | | // Don't keep historical information for the attribute that is |
| | | // used to store the historical information. |
| | | return null; |
| | | } |