Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c5173b

Browse files
authored
Removing extra space before front matter
I have removed an extra space and new line character before the front matter. Please make sure, there should be now extra space of new line character before the starting symbol (---) of the front matter, otherwise it will not work.
1 parent c996ea5 commit 4c5173b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/java-string/2019-12-12-java-substring-method.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
21
---
32
layout: post
43
title: substring() Method in Java (With example)
54
author: gaurav
65
categories: [ Java, Core Java, String]
76
description: The String class in Java is one of the most important classes in Java. After reading this article you will be able to use the 'substring()` method of the String class.
8-
97
---
108
The String class in Java is one of the most important classes in Java. After reading this article you will be able to use the 'substring()` method of the String class.
119

0 commit comments

Comments
 (0)