package org.alfresco.repo.webdav; /** * Implements the WebDAV POST method * * @author Gavin Cornwell */ public class PostMethod extends PutMethod { /** * Default constructor */ public PostMethod() { } }