Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在使用 SVNKit 进行文档管理。我想在用户锁定文档时设置到期日期。但是 SVNLock 类中没有 expireDate 的设置器属性。当用户锁定文档过期日期时,FSRepository.java 将其设置为空。
根据文档,您需要在构造函数中设置到期日期。该类的任何其他属性都没有设置器,这一切都是通过构造函数完成的。