Skip to content

Commit d3b5c47

Browse files
Merge pull request #146 from contentful/fix/ignore-asset-nulls
fix empty fields on assets in preview mode
2 parents feceaee + 7dc56bd commit d3b5c47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+161
-158
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion

README.md

Lines changed: 7 additions & 7 deletions

compiler/src/main/java/com/contentful/vault/compiler/FieldsInjection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/main/java/com/contentful/vault/compiler/Injection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/main/java/com/contentful/vault/compiler/ModelInjection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/main/java/com/contentful/vault/compiler/Processor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/main/java/com/contentful/vault/compiler/SpaceInjection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/main/java/com/contentful/vault/compiler/SqliteUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/test/java/com/contentful/vault/compiler/ContentTypeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compiler/src/test/java/com/contentful/vault/compiler/FieldTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Contentful GmbH
2+
* Copyright (C) 2018 Contentful GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)