Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit b58abc0

Browse files
author
Marshall Pierce
committed
Merge pull request #8 from duschang27/patch-1
Expose getCalculatedFormula
2 parents 5a7298b + e7496e3 commit b58abc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soap-api-connector/src/main/java/com/palominolabs/crm/sf/soap/FieldDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ public int getByteLength() {
6060
}
6161

6262
/**
63-
* Undocumented. May be null.
63+
* Returns the formula specified for this field.
6464
*
6565
* @return a String or null
6666
*/
6767
@CheckForNull
68-
String getCalculatedFormula() {
68+
public String getCalculatedFormula() {
6969
return this.stubField.getCalculatedFormula();
7070
}
7171

0 commit comments

Comments
 (0)