Skip to content
Snippets Groups Projects
Commit 69a7e386 authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

Implemented the Constants class

parent c814f499
No related branches found
No related tags found
No related merge requests found
package com.application.DB;
/**
* This class contains constants to be used related to database activities
*/
public final class Constants {
private Constants() {
// Empty constructor
}
public static final String PROJECT_ID = "sf-drying-optimization";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment