Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Applied patch from jira issue - OFBIZ-7391 - Enforce noninstantiabili…
Browse files Browse the repository at this point in the history
…ty to OpenOfficeWorker Class. Thanks Rishi Solanki and Rohit Koushal for your contribution.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1750330 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Arun Patidar committed Jun 27, 2016
1 parent 9e89689 commit 6117cac
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -51,10 +51,12 @@
* Note that for this to work you must start OpenOffice with a command such as the following:
* <code>soffice -accept=socket,host=localhost,port=8100;urp;</code>
*/
public class OpenOfficeWorker{
public final class OpenOfficeWorker{

public static final String module = OpenOfficeWorker.class.getName();

private OpenOfficeWorker() {}

/**
* Use OpenOffice to convert documents between types
*/
Expand Down

0 comments on commit 6117cac

Please sign in to comment.