Skip to content

Commit feca3f8

Browse files
Update Foo.java
1 parent e39b6e4 commit feca3f8

File tree

1 file changed

+2
-1
lines changed
  • Sample Open Source Implementations/head

1 file changed

+2
-1
lines changed

Sample Open Source Implementations/head/Foo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public static class FooProtocol extends SerializationProtocol<Foo> //Protocol to
3838
@Override
3939
public Object[] serialize(Foo object)
4040
{
41-
return new Object[] {};
41+
return new Object[] {}; //Nothing here for now
42+
4243
}
4344

4445
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)