Skip to content

Commit 54296df

Browse files
author
Charles S. Koppelman-Milstein
committed
syntax highlighting
1 parent 062e8cf commit 54296df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Apex style guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ However, when referencing any metadata (SObject, SObjectField, FieldSet, Action,
116116
<a name="example"></a>
117117
### Example
118118

119-
```
119+
```java
120120
public class MyClass {
121121

122122
private Contact internallyUsedContact { get; set; }
@@ -179,7 +179,7 @@ Long lists of fields in a `SELECT` clause should be ordered in a logical manner
179179

180180
Example (in context):
181181

182-
```
182+
```java
183183
String typeToSelect = 'abcde';
184184
List<Contact> cnts = [SELECT Id, FirstName, LastName, Phone, Email,
185185
MailingCity, MailingState,

0 commit comments

Comments
 (0)