File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ name of your implementation on a single line in a file in the JAR at
266266### JSON Marshalling
267267
268268The default JSON marshaller that is used is [ Gson] ( https://github.com/google/gson ) . In order to create your own,
269- alternative implementation you must implement ` com.softlayer.api.json.JsonMarshallerFactyory ` . Once implemented, this
269+ alternative implementation you must implement ` com.softlayer.api.json.JsonMarshallerFactory ` . Once implemented, this
270270can be explicitly set on the ` RestApiClient ` by calling ` setJsonMarshallerFactory ` . Instead of setting the factory
271271manually, you can also leverage Java's ` ServiceLoader ` mechanism to have it used by default. This involves adding the
272272fully qualified class name of your implementation on a single line in a file in the JAR at
You can’t perform that action at this time.
0 commit comments