Package org.apache.jmeter.gui
Class UndoHistoryItem
- java.lang.Object
-
- org.apache.jmeter.gui.UndoHistoryItem
-
- All Implemented Interfaces:
Serializable
public class UndoHistoryItem extends Object implements Serializable
Undo history item- Since:
- 2.12
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndoHistoryItem()
Deprecated.DO NOT USEUndoHistoryItem(HashTree copy, String acomment)
-
-
-
Constructor Detail
-
UndoHistoryItem
@Deprecated public UndoHistoryItem()
Deprecated.DO NOT USEThis constructor is for Unit test purposes only
-
-