Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5e2a55d

Browse files
author
Vincent Cantin
committed
ContentReference: class -> interface
1 parent 87d1c87 commit 5e2a55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/main/java/com/lemoulinstudio/sdiff/content/ContentReference.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
/**
44
* A reference to a content.
55
*/
6-
public class ContentReference {
6+
public interface ContentReference {
77
}

‎src/main/java/com/lemoulinstudio/sdiff/content/FileContentReference.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* A reference to a content persisted in a file.
88
*/
9-
public class FileContentReference extends ContentReference {
9+
public class FileContentReference implements ContentReference {
1010

1111
/**
1212
* The repository the content belongs to, if it exists.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /